pub(crate) struct ICCChunk {
pub(crate) seq_no: u8,
pub(crate) num_markers: u8,
pub(crate) data: Vec<u8>,
}
Expand description
An encapsulation of an ICC chunk
Fields§
§seq_no: u8
§num_markers: u8
§data: Vec<u8>
Auto Trait Implementations§
impl Freeze for ICCChunk
impl RefUnwindSafe for ICCChunk
impl Send for ICCChunk
impl Sync for ICCChunk
impl Unpin for ICCChunk
impl UnwindSafe for ICCChunk
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