Struct xproto::xCopyAreaReq
source · #[repr(C)]pub struct xCopyAreaReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub srcDrawable: CARD32,
pub dstDrawable: CARD32,
pub gc: CARD32,
pub srcX: INT16,
pub srcY: INT16,
pub dstX: INT16,
pub dstY: INT16,
pub width: CARD16,
pub height: CARD16,
}Fields
reqType: CARD8pad: BYTElength: CARD16srcDrawable: CARD32dstDrawable: CARD32gc: CARD32srcX: INT16srcY: INT16dstX: INT16dstY: INT16width: CARD16height: CARD16Trait Implementations
sourceimpl Clone for xCopyAreaReq
impl Clone for xCopyAreaReq
sourcefn clone(&self) -> xCopyAreaReq
fn clone(&self) -> xCopyAreaReq
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 xCopyAreaReq
impl Debug for xCopyAreaReq
impl Copy for xCopyAreaReq
Auto Trait Implementations
impl RefUnwindSafe for xCopyAreaReq
impl Send for xCopyAreaReq
impl Sync for xCopyAreaReq
impl Unpin for xCopyAreaReq
impl UnwindSafe for xCopyAreaReq
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