#[repr(C)]pub struct xDepth {
pub depth: CARD8,
pub pad1: CARD8,
pub nVisuals: CARD16,
pub pad2: CARD32,
}Fields
depth: CARD8pad1: CARD8nVisuals: CARD16pad2: CARD32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for xDepth
impl Send for xDepth
impl Sync for xDepth
impl Unpin for xDepth
impl UnwindSafe for xDepth
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