Struct glutin_glx_sys::XColor [−][src]
#[repr(C)]pub struct XColor {
pub pixel: u64,
pub red: u16,
pub green: u16,
pub blue: u16,
pub flags: i8,
pub pad: i8,
}Fields
pixel: u64red: u16green: u16blue: u16flags: i8pad: i8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XColor
impl UnwindSafe for XColor
Blanket Implementations
Mutably borrows from an owned value. Read more
