Struct xproto::xGetImageReply
source · #[repr(C)]pub struct xGetImageReply {
pub type_: BYTE,
pub depth: CARD8,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub visual: CARD32,
pub pad3: CARD32,
pub pad4: CARD32,
pub pad5: CARD32,
pub pad6: CARD32,
pub pad7: CARD32,
}Fields
type_: BYTEdepth: CARD8sequenceNumber: CARD16length: CARD32visual: CARD32pad3: CARD32pad4: CARD32pad5: CARD32pad6: CARD32pad7: CARD32Trait Implementations
sourceimpl Clone for xGetImageReply
impl Clone for xGetImageReply
sourcefn clone(&self) -> xGetImageReply
fn clone(&self) -> xGetImageReply
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 xGetImageReply
impl Debug for xGetImageReply
impl Copy for xGetImageReply
Auto Trait Implementations
impl RefUnwindSafe for xGetImageReply
impl Send for xGetImageReply
impl Sync for xGetImageReply
impl Unpin for xGetImageReply
impl UnwindSafe for xGetImageReply
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