Struct x11rb_async::protocol::xfixes::SetGCClipRegionRequest
source · pub struct SetGCClipRegionRequest {
pub gc: u32,
pub region: u32,
pub x_origin: i16,
pub y_origin: i16,
}Fields§
§gc: u32§region: u32§x_origin: i16§y_origin: i16Implementations§
Trait Implementations§
source§impl Clone for SetGCClipRegionRequest
impl Clone for SetGCClipRegionRequest
source§fn clone(&self) -> SetGCClipRegionRequest
fn clone(&self) -> SetGCClipRegionRequest
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 SetGCClipRegionRequest
impl Debug for SetGCClipRegionRequest
source§impl Default for SetGCClipRegionRequest
impl Default for SetGCClipRegionRequest
source§fn default() -> SetGCClipRegionRequest
fn default() -> SetGCClipRegionRequest
Returns the “default value” for a type. Read more
source§impl Hash for SetGCClipRegionRequest
impl Hash for SetGCClipRegionRequest
source§impl Ord for SetGCClipRegionRequest
impl Ord for SetGCClipRegionRequest
source§fn cmp(&self, other: &SetGCClipRegionRequest) -> Ordering
fn cmp(&self, other: &SetGCClipRegionRequest) -> 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 SetGCClipRegionRequest
impl PartialEq for SetGCClipRegionRequest
source§fn eq(&self, other: &SetGCClipRegionRequest) -> bool
fn eq(&self, other: &SetGCClipRegionRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SetGCClipRegionRequest
impl PartialOrd for SetGCClipRegionRequest
source§fn partial_cmp(&self, other: &SetGCClipRegionRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &SetGCClipRegionRequest) -> 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 SetGCClipRegionRequest
impl Request for SetGCClipRegionRequest
impl Copy for SetGCClipRegionRequest
impl Eq for SetGCClipRegionRequest
impl StructuralEq for SetGCClipRegionRequest
impl StructuralPartialEq for SetGCClipRegionRequest
impl VoidRequest for SetGCClipRegionRequest
Auto Trait Implementations§
impl RefUnwindSafe for SetGCClipRegionRequest
impl Send for SetGCClipRegionRequest
impl Sync for SetGCClipRegionRequest
impl Unpin for SetGCClipRegionRequest
impl UnwindSafe for SetGCClipRegionRequest
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