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_int
red: *mut c_ushort
green: *mut c_ushort
blue: *mut c_ushort
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>,