Struct sndjvu_codec::bzz::enc::StartSave
source · pub struct StartSave { /* private fields */ }
Available on crate feature
bzz
only.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