Struct glutin_glx_sys::XStandardColormap [−][src]
#[repr(C)]pub struct XStandardColormap { pub colormap: u64, pub red_max: u64, pub red_mult: u64, pub green_max: u64, pub green_mult: u64, pub blue_max: u64, pub blue_mult: u64, pub base_pixel: u64, pub visualid: u64, pub killid: u64, }
Fields
colormap: u64
red_max: u64
red_mult: u64
green_max: u64
green_mult: u64
blue_max: u64
blue_mult: u64
base_pixel: u64
visualid: u64
killid: u64
Trait Implementations
impl Clone for XStandardColormap
[src][+]
impl Copy for XStandardColormap
[src]
impl Debug for XStandardColormap
[src][+]
impl PartialEq<XStandardColormap> for XStandardColormap
[src][+]
impl StructuralPartialEq for XStandardColormap
[src]
Auto Trait Implementations
impl RefUnwindSafe for XStandardColormap
impl Send for XStandardColormap
impl Sync for XStandardColormap
impl Unpin for XStandardColormap
impl UnwindSafe for XStandardColormap
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,