Struct xproto::xSetPointerMappingReq
source · #[repr(C)]pub struct xSetPointerMappingReq {
pub reqType: CARD8,
pub nElts: CARD8,
pub length: CARD16,
}Fields
reqType: CARD8nElts: CARD8length: CARD16Trait Implementations
sourceimpl Clone for xSetPointerMappingReq
impl Clone for xSetPointerMappingReq
sourcefn clone(&self) -> xSetPointerMappingReq
fn clone(&self) -> xSetPointerMappingReq
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 xSetPointerMappingReq
impl Debug for xSetPointerMappingReq
impl Copy for xSetPointerMappingReq
Auto Trait Implementations
impl RefUnwindSafe for xSetPointerMappingReq
impl Send for xSetPointerMappingReq
impl Sync for xSetPointerMappingReq
impl Unpin for xSetPointerMappingReq
impl UnwindSafe for xSetPointerMappingReq
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