Struct xproto::xCreateColormapReq
source · #[repr(C)]pub struct xCreateColormapReq {
pub reqType: CARD8,
pub alloc: BYTE,
pub length: CARD16,
pub mid: CARD32,
pub window: CARD32,
pub visual: CARD32,
}Fields
reqType: CARD8alloc: BYTElength: CARD16mid: CARD32window: CARD32visual: CARD32Trait Implementations
sourceimpl Clone for xCreateColormapReq
impl Clone for xCreateColormapReq
sourcefn clone(&self) -> xCreateColormapReq
fn clone(&self) -> xCreateColormapReq
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 xCreateColormapReq
impl Debug for xCreateColormapReq
impl Copy for xCreateColormapReq
Auto Trait Implementations
impl RefUnwindSafe for xCreateColormapReq
impl Send for xCreateColormapReq
impl Sync for xCreateColormapReq
impl Unpin for xCreateColormapReq
impl UnwindSafe for xCreateColormapReq
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