Struct x11_dl::xrandr::XRRCrtcGamma
source · #[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§
source§impl Clone for XRRCrtcGamma
impl Clone for XRRCrtcGamma
source§fn clone(&self) -> XRRCrtcGamma
fn clone(&self) -> XRRCrtcGamma
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XRRCrtcGamma
impl Debug for XRRCrtcGamma
source§impl PartialEq for XRRCrtcGamma
impl PartialEq for XRRCrtcGamma
impl Copy for XRRCrtcGamma
impl StructuralPartialEq for XRRCrtcGamma
Auto Trait Implementations§
impl Freeze for XRRCrtcGamma
impl RefUnwindSafe for XRRCrtcGamma
impl !Send for XRRCrtcGamma
impl !Sync for XRRCrtcGamma
impl Unpin for XRRCrtcGamma
impl UnwindSafe for XRRCrtcGamma
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)