Struct sndjvu_codec::bzz::Scratch
source · pub struct Scratch { /* private fields */ }
Available on crate feature
bzz
only.Expand description
Scratch memory for BZZ encoding or decoding.
A value of this type is opaque, but can be reused for multiple coding operations to save allocations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Scratch
impl Send for Scratch
impl Sync for Scratch
impl Unpin for Scratch
impl UnwindSafe for 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