Struct xproto::xVisualType
source · #[repr(C)]pub struct xVisualType {
pub visualID: CARD32,
pub class: CARD8,
pub bitsPerRGB: CARD8,
pub colormapEntries: CARD16,
pub redMask: CARD32,
pub greenMask: CARD32,
pub blueMask: CARD32,
pub pad: CARD32,
}Fields
visualID: CARD32class: CARD8bitsPerRGB: CARD8colormapEntries: CARD16redMask: CARD32greenMask: CARD32blueMask: CARD32pad: CARD32Trait Implementations
sourceimpl Clone for xVisualType
impl Clone for xVisualType
sourcefn clone(&self) -> xVisualType
fn clone(&self) -> xVisualType
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 xVisualType
impl Debug for xVisualType
impl Copy for xVisualType
Auto Trait Implementations
impl RefUnwindSafe for xVisualType
impl Send for xVisualType
impl Sync for xVisualType
impl Unpin for xVisualType
impl UnwindSafe for xVisualType
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