Struct xproto::xWindowRoot
source · #[repr(C)]pub struct xWindowRoot {Show 16 fields
pub windowId: CARD32,
pub defaultColormap: CARD32,
pub whitePixel: CARD32,
pub blackPixel: CARD32,
pub currentInputMask: CARD32,
pub pixWidth: CARD16,
pub pixHeight: CARD16,
pub mmWidth: CARD16,
pub mmHeight: CARD16,
pub minInstalledMaps: CARD16,
pub maxInstalledMaps: CARD16,
pub rootVisualID: CARD32,
pub backingStore: CARD8,
pub saveUnders: BOOL,
pub rootDepth: CARD8,
pub nDepths: CARD8,
}Fields
windowId: CARD32defaultColormap: CARD32whitePixel: CARD32blackPixel: CARD32currentInputMask: CARD32pixWidth: CARD16pixHeight: CARD16mmWidth: CARD16mmHeight: CARD16minInstalledMaps: CARD16maxInstalledMaps: CARD16rootVisualID: CARD32backingStore: CARD8saveUnders: BOOLrootDepth: CARD8nDepths: CARD8Trait Implementations
sourceimpl Clone for xWindowRoot
impl Clone for xWindowRoot
sourcefn clone(&self) -> xWindowRoot
fn clone(&self) -> xWindowRoot
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 xWindowRoot
impl Debug for xWindowRoot
impl Copy for xWindowRoot
Auto Trait Implementations
impl RefUnwindSafe for xWindowRoot
impl Send for xWindowRoot
impl Sync for xWindowRoot
impl Unpin for xWindowRoot
impl UnwindSafe for xWindowRoot
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