Struct xproto::xFreeColorsReq
source · #[repr(C)]pub struct xFreeColorsReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub cmap: CARD32,
pub planeMask: CARD32,
}Fields
reqType: CARD8pad: BYTElength: CARD16cmap: CARD32planeMask: CARD32Trait Implementations
sourceimpl Clone for xFreeColorsReq
impl Clone for xFreeColorsReq
sourcefn clone(&self) -> xFreeColorsReq
fn clone(&self) -> xFreeColorsReq
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 xFreeColorsReq
impl Debug for xFreeColorsReq
impl Copy for xFreeColorsReq
Auto Trait Implementations
impl RefUnwindSafe for xFreeColorsReq
impl Send for xFreeColorsReq
impl Sync for xFreeColorsReq
impl Unpin for xFreeColorsReq
impl UnwindSafe for xFreeColorsReq
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