pub struct IccReader;Expand description
Reader for an ICC profile blob.
Will parse the 128-byte crate::ProfileHeader, the tag table, and each tag’s element data
(dispatched on its crate::TagType) into an crate::IccProfile. Implementation pending
(see issue #34).
Auto Trait Implementations§
impl Freeze for IccReader
impl RefUnwindSafe for IccReader
impl Send for IccReader
impl Sync for IccReader
impl Unpin for IccReader
impl UnsafeUnpin for IccReader
impl UnwindSafe for IccReader
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