Struct sndjvu_format::parsing::Mmr
source · pub struct Mmr<'a> { /* private fields */ }
Expand description
Raw MMR-compressed data from an Smmr
chunk.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Mmr<'a>
impl<'a> Send for Mmr<'a>
impl<'a> Sync for Mmr<'a>
impl<'a> Unpin for Mmr<'a>
impl<'a> UnwindSafe for Mmr<'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