Struct xproto::xSetMappingReply
source · #[repr(C)]pub struct xSetMappingReply {
pub type_: BYTE,
pub success: 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_: BYTEsuccess: CARD8sequenceNumber: CARD16length: CARD32pad2: CARD32pad3: CARD32pad4: CARD32pad5: CARD32pad6: CARD32pad7: CARD32Trait Implementations
sourceimpl Clone for xSetMappingReply
impl Clone for xSetMappingReply
sourcefn clone(&self) -> xSetMappingReply
fn clone(&self) -> xSetMappingReply
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 xSetMappingReply
impl Debug for xSetMappingReply
impl Copy for xSetMappingReply
Auto Trait Implementations
impl RefUnwindSafe for xSetMappingReply
impl Send for xSetMappingReply
impl Sync for xSetMappingReply
impl Unpin for xSetMappingReply
impl UnwindSafe for xSetMappingReply
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