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