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: u64
red: u16
green: u16
blue: u16
alpha: u16
Trait 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