Struct sndjvu_codec::bzz::enc::Start
source · pub struct Start<'enc> { /* private fields */ }
Available on crate feature
bzz
only.Implementations§
Auto Trait Implementations§
impl<'enc> RefUnwindSafe for Start<'enc>
impl<'enc> Send for Start<'enc>
impl<'enc> Sync for Start<'enc>
impl<'enc> Unpin for Start<'enc>
impl<'enc> !UnwindSafe for Start<'enc>
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