Enum ZSTD_ResetDirective
#[repr(u32)]
pub enum ZSTD_ResetDirective
Variants
-
ZSTD_reset_session_only = 1 -
ZSTD_reset_parameters = 2 -
ZSTD_reset_session_and_parameters = 3
Trait Implementations
impl Clone for ZSTD_ResetDirective
fn clone(&self) -> ZSTD_ResetDirective
impl Copy for ZSTD_ResetDirective
impl Debug for ZSTD_ResetDirective
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for ZSTD_ResetDirective
impl Hash for ZSTD_ResetDirective
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for ZSTD_ResetDirective
fn eq(&self, other: &ZSTD_ResetDirective) -> bool
impl StructuralPartialEq for ZSTD_ResetDirective
Auto Trait Implementations
impl Freeze for ZSTD_ResetDirective
impl RefUnwindSafe for ZSTD_ResetDirective
impl Send for ZSTD_ResetDirective
impl Sync for ZSTD_ResetDirective
impl Unpin for ZSTD_ResetDirective
impl UnsafeUnpin for ZSTD_ResetDirective
impl UnwindSafe for ZSTD_ResetDirective
Blanket Implementations
impl<T> Any for ZSTD_ResetDirective
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for ZSTD_ResetDirective
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for ZSTD_ResetDirective
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for ZSTD_ResetDirective
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for ZSTD_ResetDirective
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for ZSTD_ResetDirective
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_ResetDirective
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for ZSTD_ResetDirective
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>