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