#[repr(C)]pub struct LZ_Encoder { /* private fields */ }Trait Implementations§
Source§impl Clone for LZ_Encoder
impl Clone for LZ_Encoder
Source§fn clone(&self) -> LZ_Encoder
fn clone(&self) -> LZ_Encoder
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 Debug for LZ_Encoder
impl Debug for LZ_Encoder
impl Copy for LZ_Encoder
Auto Trait Implementations§
impl Freeze for LZ_Encoder
impl RefUnwindSafe for LZ_Encoder
impl Send for LZ_Encoder
impl Sync for LZ_Encoder
impl Unpin for LZ_Encoder
impl UnwindSafe for LZ_Encoder
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