Struct xproto::xGetImageReq
source · #[repr(C)]pub struct xGetImageReq {
pub reqType: CARD8,
pub format: CARD8,
pub length: CARD16,
pub drawable: CARD32,
pub x: INT16,
pub y: INT16,
pub width: CARD16,
pub height: CARD16,
pub planeMask: CARD32,
}Fields
reqType: CARD8format: CARD8length: CARD16drawable: CARD32x: INT16y: INT16width: CARD16height: CARD16planeMask: CARD32Trait Implementations
sourceimpl Clone for xGetImageReq
impl Clone for xGetImageReq
sourcefn clone(&self) -> xGetImageReq
fn clone(&self) -> xGetImageReq
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 xGetImageReq
impl Debug for xGetImageReq
impl Copy for xGetImageReq
Auto Trait Implementations
impl RefUnwindSafe for xGetImageReq
impl Send for xGetImageReq
impl Sync for xGetImageReq
impl Unpin for xGetImageReq
impl UnwindSafe for xGetImageReq
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