pub struct Compressor512 { /* private fields */ }Trait Implementations§
Source§impl Clone for Compressor512
impl Clone for Compressor512
Source§fn clone(&self) -> Compressor512
fn clone(&self) -> Compressor512
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 Compressor512
impl Default for Compressor512
Source§fn default() -> Compressor512
fn default() -> Compressor512
Returns the “default value” for a type. Read more
impl Copy for Compressor512
Auto Trait Implementations§
impl Freeze for Compressor512
impl RefUnwindSafe for Compressor512
impl Send for Compressor512
impl Sync for Compressor512
impl Unpin for Compressor512
impl UnwindSafe for Compressor512
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