Struct sndjvu_format::parsing::DecodedNavm
source · pub struct DecodedNavm<'a> { /* private fields */ }
Expand description
Contents of the NAVM
chunk after BZZ decompression.
Implementations§
pub fn num_bookmarks(&self) -> u16
pub fn parsing(&self) -> ParsingBookmarks<'a>
Trait Implementations§
Auto Trait Implementations§
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