Struct xproto::xCopyPlaneReq
source · #[repr(C)]pub struct xCopyPlaneReq {}Fields
reqType: CARD8pad: BYTElength: CARD16srcDrawable: CARD32dstDrawable: CARD32gc: CARD32srcX: INT16srcY: INT16dstX: INT16dstY: INT16width: CARD16height: CARD16bitPlane: CARD32Trait Implementations
sourceimpl Clone for xCopyPlaneReq
impl Clone for xCopyPlaneReq
sourcefn clone(&self) -> xCopyPlaneReq
fn clone(&self) -> xCopyPlaneReq
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for xCopyPlaneReq
impl Debug for xCopyPlaneReq
impl Copy for xCopyPlaneReq
Auto Trait Implementations
impl RefUnwindSafe for xCopyPlaneReq
impl Send for xCopyPlaneReq
impl Sync for xCopyPlaneReq
impl Unpin for xCopyPlaneReq
impl UnwindSafe for xCopyPlaneReq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more