Struct sndjvu_codec::bzz::dec::StartSave
source · pub struct StartSave { /* private fields */ }
Available on crate feature
bzz
only.Expand description
Suspended state of the decoder that will resolve to Start
.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StartSave
impl Send for StartSave
impl Sync for StartSave
impl Unpin for StartSave
impl UnwindSafe for StartSave
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