Struct ZSTD_CDict_s
#[repr(C)]
pub struct ZSTD_CDict_s { /* private fields */ }
Trait Implementations
impl Clone for ZSTD_CDict_s
fn clone(&self) -> ZSTD_CDict_s
impl Copy for ZSTD_CDict_s
impl Debug for ZSTD_CDict_s
fn fmt(&self, f: &mut Formatter<'_>) -> Result
Auto Trait Implementations
impl Freeze for ZSTD_CDict_s
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 UnsafeUnpin for ZSTD_CDict_s
impl UnwindSafe for ZSTD_CDict_s
Blanket Implementations
impl<T> Any for ZSTD_CDict_s
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for ZSTD_CDict_s
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for ZSTD_CDict_s
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for ZSTD_CDict_s
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for ZSTD_CDict_s
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for ZSTD_CDict_s
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for ZSTD_CDict_s
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for ZSTD_CDict_s
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>