Struct x11rb::protocol::xfixes::SetRegionRequest
source · pub struct SetRegionRequest<'input> {
pub region: u32,
pub rectangles: Cow<'input, [Rectangle]>,
}
Fields§
§region: u32
§rectangles: Cow<'input, [Rectangle]>
Implementations§
source§impl<'input> SetRegionRequest<'input>
impl<'input> SetRegionRequest<'input>
Trait Implementations§
source§impl<'input> Clone for SetRegionRequest<'input>
impl<'input> Clone for SetRegionRequest<'input>
source§fn clone(&self) -> SetRegionRequest<'input>
fn clone(&self) -> SetRegionRequest<'input>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetRegionRequest<'_>
impl Debug for SetRegionRequest<'_>
source§impl<'input> Default for SetRegionRequest<'input>
impl<'input> Default for SetRegionRequest<'input>
source§fn default() -> SetRegionRequest<'input>
fn default() -> SetRegionRequest<'input>
Returns the “default value” for a type. Read more
source§impl<'input> Request for SetRegionRequest<'input>
impl<'input> Request for SetRegionRequest<'input>
impl<'input> VoidRequest for SetRegionRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for SetRegionRequest<'input>
impl<'input> RefUnwindSafe for SetRegionRequest<'input>
impl<'input> Send for SetRegionRequest<'input>
impl<'input> Sync for SetRegionRequest<'input>
impl<'input> Unpin for SetRegionRequest<'input>
impl<'input> UnwindSafe for SetRegionRequest<'input>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more