Struct x11_dl::xrandr::XRRCrtcGamma [−][src]
#[repr(C)]pub struct XRRCrtcGamma {
pub size: c_int,
pub red: *mut c_ushort,
pub green: *mut c_ushort,
pub blue: *mut c_ushort,
}Fields
size: c_intred: *mut c_ushortgreen: *mut c_ushortblue: *mut c_ushortTrait 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
