Struct xproto::xLookupColorReply
source · #[repr(C)]pub struct xLookupColorReply {}Fields
type_: BYTEpad1: BYTEsequenceNumber: CARD16length: CARD32exactRed: CARD16exactGreen: CARD16exactBlue: CARD16screenRed: CARD16screenGreen: CARD16screenBlue: CARD16pad3: CARD32pad4: CARD32pad5: CARD32Trait Implementations
sourceimpl Clone for xLookupColorReply
impl Clone for xLookupColorReply
sourcefn clone(&self) -> xLookupColorReply
fn clone(&self) -> xLookupColorReply
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 xLookupColorReply
impl Debug for xLookupColorReply
impl Copy for xLookupColorReply
Auto Trait Implementations
impl RefUnwindSafe for xLookupColorReply
impl Send for xLookupColorReply
impl Sync for xLookupColorReply
impl Unpin for xLookupColorReply
impl UnwindSafe for xLookupColorReply
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