Struct glutin::platform::unix::x11::ffi::XRRCrtcGamma [−][src]
#[repr(C)]pub struct XRRCrtcGamma {
pub size: i32,
pub red: *mut u16,
pub green: *mut u16,
pub blue: *mut u16,
}
Fields
size: i32
red: *mut u16
green: *mut u16
blue: *mut 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 XRRCrtcGamma
impl !Send for XRRCrtcGamma
impl !Sync for XRRCrtcGamma
impl Unpin for XRRCrtcGamma
impl UnwindSafe for XRRCrtcGamma
Blanket Implementations
Mutably borrows from an owned value. Read more