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: u64red_max: u64red_mult: u64green_max: u64green_mult: u64blue_max: u64blue_mult: u64base_pixel: u64visualid: u64killid: u64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
