Struct sndjvu_format::parsing::RawInfo
source · pub struct RawInfo<'a> { /* private fields */ }
Expand description
Unparsed representation of an INFO
chunk.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for RawInfo<'a>
impl<'a> Send for RawInfo<'a>
impl<'a> Sync for RawInfo<'a>
impl<'a> Unpin for RawInfo<'a>
impl<'a> UnwindSafe for RawInfo<'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