Struct glutin::platform::unix::x11::ffi::_XIndexValue [−][src]
#[repr(C)]pub struct _XIndexValue {
pub pixel: u64,
pub red: u16,
pub green: u16,
pub blue: u16,
pub alpha: u16,
}Fields
pixel: u64red: u16green: u16blue: u16alpha: u16Trait 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 _XIndexValue
impl Send for _XIndexValue
impl Sync for _XIndexValue
impl Unpin for _XIndexValue
impl UnwindSafe for _XIndexValue
Blanket Implementations
Mutably borrows from an owned value. Read more
