Struct sndjvu_format::parsing::Dirm
source · pub struct Dirm<'a> {
pub version: DirmVersion,
pub num_components: u16,
pub bundled: Option<Bundled<'a>>,
pub extra: DirmExtra<'a>,
}
Expand description
Parsed representation of the DIRM
chunk.
Fields§
§version: DirmVersion
§num_components: u16
§bundled: Option<Bundled<'a>>
§extra: DirmExtra<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Dirm<'a>
impl<'a> Send for Dirm<'a>
impl<'a> Sync for Dirm<'a>
impl<'a> Unpin for Dirm<'a>
impl<'a> UnwindSafe for Dirm<'a>
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