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