Struct lcms2_sys::ffi::ICCViewingConditions
source · #[repr(C)]pub struct ICCViewingConditions {
pub IlluminantXYZ: CIEXYZ,
pub SurroundXYZ: CIEXYZ,
pub IlluminantType: IlluminantType,
}
Fields§
§IlluminantXYZ: CIEXYZ
§SurroundXYZ: CIEXYZ
§IlluminantType: IlluminantType
Trait Implementations§
source§impl Clone for ICCViewingConditions
impl Clone for ICCViewingConditions
source§fn clone(&self) -> ICCViewingConditions
fn clone(&self) -> ICCViewingConditions
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 ICCViewingConditions
impl Debug for ICCViewingConditions
source§impl Default for ICCViewingConditions
impl Default for ICCViewingConditions
impl Copy for ICCViewingConditions
Auto Trait Implementations§
impl RefUnwindSafe for ICCViewingConditions
impl Send for ICCViewingConditions
impl Sync for ICCViewingConditions
impl Unpin for ICCViewingConditions
impl UnwindSafe for ICCViewingConditions
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