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
impl Clone for XRRCrtcGamma
[src][+]
impl Copy for XRRCrtcGamma
[src]
impl Debug for XRRCrtcGamma
[src][+]
impl PartialEq<XRRCrtcGamma> for XRRCrtcGamma
[src][+]
impl StructuralPartialEq for XRRCrtcGamma
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,