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