Struct xproto::_PutImageReq
source · #[repr(C)]pub struct _PutImageReq {
pub reqType: CARD8,
pub format: CARD8,
pub length: CARD16,
pub drawable: CARD32,
pub gc: CARD32,
pub width: CARD16,
pub height: CARD16,
pub dstX: INT16,
pub dstY: INT16,
pub leftPad: CARD8,
pub depth: CARD8,
pub pad: CARD16,
}Fields
reqType: CARD8format: CARD8length: CARD16drawable: CARD32gc: CARD32width: CARD16height: CARD16dstX: INT16dstY: INT16leftPad: CARD8depth: CARD8pad: CARD16Trait Implementations
sourceimpl Clone for _PutImageReq
impl Clone for _PutImageReq
sourcefn clone(&self) -> _PutImageReq
fn clone(&self) -> _PutImageReq
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 _PutImageReq
impl Debug for _PutImageReq
impl Copy for _PutImageReq
Auto Trait Implementations
impl RefUnwindSafe for _PutImageReq
impl Send for _PutImageReq
impl Sync for _PutImageReq
impl Unpin for _PutImageReq
impl UnwindSafe for _PutImageReq
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