Struct ZSTD_DDict_s

#[repr(C)]
pub struct ZSTD_DDict_s { /* private fields */ }

Trait Implementations

impl Clone for ZSTD_DDict_s

fn clone(&self) -> ZSTD_DDict_s

impl Copy for ZSTD_DDict_s

impl Debug for ZSTD_DDict_s

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Auto Trait Implementations

impl Freeze for ZSTD_DDict_s

impl RefUnwindSafe for ZSTD_DDict_s

impl Send for ZSTD_DDict_s

impl Sync for ZSTD_DDict_s

impl Unpin for ZSTD_DDict_s

impl UnsafeUnpin for ZSTD_DDict_s

impl UnwindSafe for ZSTD_DDict_s

Blanket Implementations

impl<T> Any for ZSTD_DDict_s where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for ZSTD_DDict_s where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for ZSTD_DDict_s where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for ZSTD_DDict_s where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for ZSTD_DDict_s

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for ZSTD_DDict_s where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for ZSTD_DDict_s where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for ZSTD_DDict_s where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>