Struct glutin_glx_sys::XVisualInfo [−][src]
#[repr(C)]pub struct XVisualInfo {
pub visual: *mut Visual,
pub visualid: u64,
pub screen: i32,
pub depth: i32,
pub class: i32,
pub red_mask: u64,
pub green_mask: u64,
pub blue_mask: u64,
pub colormap_size: i32,
pub bits_per_rgb: i32,
}Fields
visual: *mut Visualvisualid: u64screen: i32depth: i32class: i32red_mask: u64green_mask: u64blue_mask: u64colormap_size: i32bits_per_rgb: i32Trait 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 XVisualInfo
impl !Send for XVisualInfo
impl !Sync for XVisualInfo
impl Unpin for XVisualInfo
impl UnwindSafe for XVisualInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
