Struct xproto::xGetWindowAttributesReply
source · #[repr(C)]pub struct xGetWindowAttributesReply {Show 19 fields
pub type_: BYTE,
pub backingStore: CARD8,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub visualID: CARD32,
pub class: CARD16,
pub bitGravity: CARD8,
pub winGravity: CARD8,
pub backingBitPlanes: CARD32,
pub backingPixel: CARD32,
pub saveUnder: BOOL,
pub mapInstalled: BOOL,
pub mapState: CARD8,
pub override_: BOOL,
pub colormap: CARD32,
pub allEventMasks: CARD32,
pub yourEventMask: CARD32,
pub doNotPropagateMask: CARD16,
pub pad: CARD16,
}Fields
type_: BYTEbackingStore: CARD8sequenceNumber: CARD16length: CARD32visualID: CARD32class: CARD16bitGravity: CARD8winGravity: CARD8backingBitPlanes: CARD32backingPixel: CARD32saveUnder: BOOLmapInstalled: BOOLmapState: CARD8override_: BOOLcolormap: CARD32allEventMasks: CARD32yourEventMask: CARD32doNotPropagateMask: CARD16pad: CARD16Trait Implementations
sourceimpl Clone for xGetWindowAttributesReply
impl Clone for xGetWindowAttributesReply
sourcefn clone(&self) -> xGetWindowAttributesReply
fn clone(&self) -> xGetWindowAttributesReply
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 xGetWindowAttributesReply
impl Debug for xGetWindowAttributesReply
impl Copy for xGetWindowAttributesReply
Auto Trait Implementations
impl RefUnwindSafe for xGetWindowAttributesReply
impl Send for xGetWindowAttributesReply
impl Sync for xGetWindowAttributesReply
impl Unpin for xGetWindowAttributesReply
impl UnwindSafe for xGetWindowAttributesReply
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