Struct x11rb_async::protocol::shape::MaskRequest
source · pub struct MaskRequest {
pub operation: SO,
pub destination_kind: SK,
pub destination_window: u32,
pub x_offset: i16,
pub y_offset: i16,
pub source_bitmap: u32,
}Fields§
§operation: SO§destination_kind: SK§destination_window: u32§x_offset: i16§y_offset: i16§source_bitmap: u32Implementations§
Trait Implementations§
source§impl Clone for MaskRequest
impl Clone for MaskRequest
source§fn clone(&self) -> MaskRequest
fn clone(&self) -> MaskRequest
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 MaskRequest
impl Debug for MaskRequest
source§impl Default for MaskRequest
impl Default for MaskRequest
source§fn default() -> MaskRequest
fn default() -> MaskRequest
Returns the “default value” for a type. Read more
source§impl Hash for MaskRequest
impl Hash for MaskRequest
source§impl Ord for MaskRequest
impl Ord for MaskRequest
source§fn cmp(&self, other: &MaskRequest) -> Ordering
fn cmp(&self, other: &MaskRequest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for MaskRequest
impl PartialEq for MaskRequest
source§fn eq(&self, other: &MaskRequest) -> bool
fn eq(&self, other: &MaskRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for MaskRequest
impl PartialOrd for MaskRequest
source§fn partial_cmp(&self, other: &MaskRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &MaskRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Request for MaskRequest
impl Request for MaskRequest
impl Copy for MaskRequest
impl Eq for MaskRequest
impl StructuralEq for MaskRequest
impl StructuralPartialEq for MaskRequest
impl VoidRequest for MaskRequest
Auto Trait Implementations§
impl RefUnwindSafe for MaskRequest
impl Send for MaskRequest
impl Sync for MaskRequest
impl Unpin for MaskRequest
impl UnwindSafe for MaskRequest
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