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