Struct xproto::xAllocColorPlanesReply
source · #[repr(C)]pub struct xAllocColorPlanesReply {
pub type_: BYTE,
pub pad1: BYTE,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub nPixels: CARD16,
pub pad2: CARD16,
pub redMask: CARD32,
pub greenMask: CARD32,
pub blueMask: CARD32,
pub pad3: CARD32,
pub pad4: CARD32,
}Fields
type_: BYTEpad1: BYTEsequenceNumber: CARD16length: CARD32nPixels: CARD16pad2: CARD16redMask: CARD32greenMask: CARD32blueMask: CARD32pad3: CARD32pad4: CARD32Trait Implementations
sourceimpl Clone for xAllocColorPlanesReply
impl Clone for xAllocColorPlanesReply
sourcefn clone(&self) -> xAllocColorPlanesReply
fn clone(&self) -> xAllocColorPlanesReply
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 xAllocColorPlanesReply
impl Debug for xAllocColorPlanesReply
impl Copy for xAllocColorPlanesReply
Auto Trait Implementations
impl RefUnwindSafe for xAllocColorPlanesReply
impl Send for xAllocColorPlanesReply
impl Sync for xAllocColorPlanesReply
impl Unpin for xAllocColorPlanesReply
impl UnwindSafe for xAllocColorPlanesReply
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