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