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