Struct sndjvu_format::parsing::ElementP
source · pub struct ElementP { /* private fields */ }
Expand description
Pointer-like immutable cursor to the start or end of an element.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ElementP
impl Send for ElementP
impl Sync for ElementP
impl Unpin for ElementP
impl UnwindSafe for ElementP
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