Struct lcms2_sys::ffi::ViewingConditions
source · #[repr(C)]pub struct ViewingConditions {
pub whitePoint: CIEXYZ,
pub Yb: f64,
pub La: f64,
pub surround: Surround,
pub D_value: f64,
}
Fields§
§whitePoint: CIEXYZ
§Yb: f64
§La: f64
§surround: Surround
§D_value: f64
Trait Implementations§
source§impl Clone for ViewingConditions
impl Clone for ViewingConditions
source§fn clone(&self) -> ViewingConditions
fn clone(&self) -> ViewingConditions
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 ViewingConditions
impl Debug for ViewingConditions
source§impl Default for ViewingConditions
impl Default for ViewingConditions
impl Copy for ViewingConditions
Auto Trait Implementations§
impl RefUnwindSafe for ViewingConditions
impl Send for ViewingConditions
impl Sync for ViewingConditions
impl Unpin for ViewingConditions
impl UnwindSafe for ViewingConditions
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