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