Struct drm_ffi::drm_color_ctm
source · [−]Fields
matrix: [u64; 9]Trait Implementations
sourceimpl Clone for drm_color_ctm
impl Clone for drm_color_ctm
sourcefn clone(&self) -> drm_color_ctm
fn clone(&self) -> drm_color_ctm
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for drm_color_ctm
impl Debug for drm_color_ctm
sourceimpl Default for drm_color_ctm
impl Default for drm_color_ctm
sourcefn default() -> drm_color_ctm
fn default() -> drm_color_ctm
Returns the “default value” for a type. Read more
sourceimpl Hash for drm_color_ctm
impl Hash for drm_color_ctm
sourceimpl PartialEq<drm_color_ctm> for drm_color_ctm
impl PartialEq<drm_color_ctm> for drm_color_ctm
sourcefn eq(&self, other: &drm_color_ctm) -> bool
fn eq(&self, other: &drm_color_ctm) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for drm_color_ctm
impl Eq for drm_color_ctm
impl StructuralEq for drm_color_ctm
impl StructuralPartialEq for drm_color_ctm
Auto Trait Implementations
impl RefUnwindSafe for drm_color_ctm
impl Send for drm_color_ctm
impl Sync for drm_color_ctm
impl Unpin for drm_color_ctm
impl UnwindSafe for drm_color_ctm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more