pub struct ColorPoint {
pub index: c_int,
pub white_x: f32,
pub white_y: f32,
pub gamma: Option<f32>,
}Fields§
§index: c_int§white_x: f32§white_y: f32§gamma: Option<f32>Trait Implementations§
Source§impl Clone for ColorPoint
impl Clone for ColorPoint
Source§fn clone(&self) -> ColorPoint
fn clone(&self) -> ColorPoint
Returns a duplicate 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 ColorPoint
impl Debug for ColorPoint
Source§impl From<di_edid_color_point> for ColorPoint
impl From<di_edid_color_point> for ColorPoint
Source§fn from(value: di_edid_color_point) -> ColorPoint
fn from(value: di_edid_color_point) -> ColorPoint
Converts to this type from the input type.
impl Copy for ColorPoint
Auto Trait Implementations§
impl Freeze for ColorPoint
impl RefUnwindSafe for ColorPoint
impl Send for ColorPoint
impl Sync for ColorPoint
impl Unpin for ColorPoint
impl UnwindSafe for ColorPoint
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