Struct zstd_sys::ZSTD_CDict_s
source · [−]#[repr(C)]pub struct ZSTD_CDict_s { /* private fields */ }
Trait Implementations
sourceimpl Clone for ZSTD_CDict_s
impl Clone for ZSTD_CDict_s
sourcefn clone(&self) -> ZSTD_CDict_s
fn clone(&self) -> ZSTD_CDict_s
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ZSTD_CDict_s
impl Debug for ZSTD_CDict_s
impl Copy for ZSTD_CDict_s
Auto Trait Implementations
impl RefUnwindSafe for ZSTD_CDict_s
impl Send for ZSTD_CDict_s
impl Sync for ZSTD_CDict_s
impl Unpin for ZSTD_CDict_s
impl UnwindSafe for ZSTD_CDict_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more