[][src]Enum zstd_safe::ResetDirective

#[repr(u32)]
pub enum ResetDirective {
    ZSTD_reset_session_only,
    ZSTD_reset_parameters,
    ZSTD_reset_session_and_parameters,
}

Reset directive.

Variants

ZSTD_reset_session_only
ZSTD_reset_parameters
ZSTD_reset_session_and_parameters

Trait Implementations

impl StructuralPartialEq for ZSTD_ResetDirective[src]

impl PartialEq<ZSTD_ResetDirective> for ZSTD_ResetDirective[src]

impl StructuralEq for ZSTD_ResetDirective[src]

impl Eq for ZSTD_ResetDirective[src]

impl Hash for ZSTD_ResetDirective[src]

impl Debug for ZSTD_ResetDirective[src]

impl Copy for ZSTD_ResetDirective[src]

impl Clone for ZSTD_ResetDirective[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]