Struct drm_sys::drm_mode_crtc_lut
source · #[repr(C)]pub struct drm_mode_crtc_lut {
pub crtc_id: __u32,
pub gamma_size: __u32,
pub red: __u64,
pub green: __u64,
pub blue: __u64,
}
Fields§
§crtc_id: __u32
§gamma_size: __u32
§red: __u64
§green: __u64
§blue: __u64
Trait Implementations§
source§impl Clone for drm_mode_crtc_lut
impl Clone for drm_mode_crtc_lut
source§fn clone(&self) -> drm_mode_crtc_lut
fn clone(&self) -> drm_mode_crtc_lut
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 drm_mode_crtc_lut
impl Debug for drm_mode_crtc_lut
source§impl Default for drm_mode_crtc_lut
impl Default for drm_mode_crtc_lut
source§fn default() -> drm_mode_crtc_lut
fn default() -> drm_mode_crtc_lut
Returns the “default value” for a type. Read more
source§impl Hash for drm_mode_crtc_lut
impl Hash for drm_mode_crtc_lut
source§impl PartialEq for drm_mode_crtc_lut
impl PartialEq for drm_mode_crtc_lut
source§fn eq(&self, other: &drm_mode_crtc_lut) -> bool
fn eq(&self, other: &drm_mode_crtc_lut) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for drm_mode_crtc_lut
impl Eq for drm_mode_crtc_lut
impl StructuralPartialEq for drm_mode_crtc_lut
Auto Trait Implementations§
impl Freeze for drm_mode_crtc_lut
impl RefUnwindSafe for drm_mode_crtc_lut
impl Send for drm_mode_crtc_lut
impl Sync for drm_mode_crtc_lut
impl Unpin for drm_mode_crtc_lut
impl UnwindSafe for drm_mode_crtc_lut
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