pub struct Compressor256 { /* private fields */ }Trait Implementations§
Source§impl Clone for Compressor256
impl Clone for Compressor256
Source§fn clone(&self) -> Compressor256
fn clone(&self) -> Compressor256
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for Compressor256
impl Default for Compressor256
Source§fn default() -> Compressor256
fn default() -> Compressor256
Returns the “default value” for a type. Read more
impl Copy for Compressor256
Auto Trait Implementations§
impl Freeze for Compressor256
impl RefUnwindSafe for Compressor256
impl Send for Compressor256
impl Sync for Compressor256
impl Unpin for Compressor256
impl UnwindSafe for Compressor256
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