Enum sndjvu_format::parsing::Iw44Kind
source · pub enum Iw44Kind {
Head {
version: Iw44Version,
colors: Iw44ColorSpace,
width: u16,
height: u16,
initial_cdc: u8,
},
Tail {
serial: NonZeroU8,
},
}
Expand description
Subtypes of the FG44
/BG44
/TH44
chunk types.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Iw44Kind
impl Send for Iw44Kind
impl Sync for Iw44Kind
impl Unpin for Iw44Kind
impl UnwindSafe for Iw44Kind
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