Struct zstd_sys::ZSTDMT_CCtx_s
source · [−]#[repr(C)]pub struct ZSTDMT_CCtx_s { /* private fields */ }
Trait Implementations
sourceimpl Clone for ZSTDMT_CCtx_s
impl Clone for ZSTDMT_CCtx_s
sourcefn clone(&self) -> ZSTDMT_CCtx_s
fn clone(&self) -> ZSTDMT_CCtx_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 ZSTDMT_CCtx_s
impl Debug for ZSTDMT_CCtx_s
impl Copy for ZSTDMT_CCtx_s
Auto Trait Implementations
impl RefUnwindSafe for ZSTDMT_CCtx_s
impl Send for ZSTDMT_CCtx_s
impl Sync for ZSTDMT_CCtx_s
impl Unpin for ZSTDMT_CCtx_s
impl UnwindSafe for ZSTDMT_CCtx_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