Struct xproto::xAllocColorPlanesReq
source · #[repr(C)]pub struct xAllocColorPlanesReq {
pub reqType: CARD8,
pub contiguous: BOOL,
pub length: CARD16,
pub cmap: CARD32,
pub colors: CARD16,
pub red: CARD16,
pub green: CARD16,
pub blue: CARD16,
}Fields
reqType: CARD8contiguous: BOOLlength: CARD16cmap: CARD32colors: CARD16red: CARD16green: CARD16blue: CARD16Trait Implementations
sourceimpl Clone for xAllocColorPlanesReq
impl Clone for xAllocColorPlanesReq
sourcefn clone(&self) -> xAllocColorPlanesReq
fn clone(&self) -> xAllocColorPlanesReq
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 xAllocColorPlanesReq
impl Debug for xAllocColorPlanesReq
impl Copy for xAllocColorPlanesReq
Auto Trait Implementations
impl RefUnwindSafe for xAllocColorPlanesReq
impl Send for xAllocColorPlanesReq
impl Sync for xAllocColorPlanesReq
impl Unpin for xAllocColorPlanesReq
impl UnwindSafe for xAllocColorPlanesReq
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