pub struct ColorProfileChunk {
pub profile_type: ProfileType,
pub flags: Flags,
pub fixed_gamma: f32,
pub icc_profile: Vec<u8>,
}Fields§
§profile_type: ProfileType§flags: Flags§fixed_gamma: f32§icc_profile: Vec<u8>Implementations§
Auto Trait Implementations§
impl Freeze for ColorProfileChunk
impl RefUnwindSafe for ColorProfileChunk
impl Send for ColorProfileChunk
impl Sync for ColorProfileChunk
impl Unpin for ColorProfileChunk
impl UnsafeUnpin for ColorProfileChunk
impl UnwindSafe for ColorProfileChunk
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