[][src]Enum zstd_sys::ZSTDMT_parameter

#[repr(u32)]pub enum ZSTDMT_parameter {
    ZSTDMT_p_jobSize,
    ZSTDMT_p_overlapLog,
    ZSTDMT_p_rsyncable,
}

Variants

ZSTDMT_p_jobSize
ZSTDMT_p_overlapLog
ZSTDMT_p_rsyncable

Trait Implementations

impl Clone for ZSTDMT_parameter[src]

impl Copy for ZSTDMT_parameter[src]

impl Debug for ZSTDMT_parameter[src]

impl Eq for ZSTDMT_parameter[src]

impl Hash for ZSTDMT_parameter[src]

impl PartialEq<ZSTDMT_parameter> for ZSTDMT_parameter[src]

impl StructuralEq for ZSTDMT_parameter[src]

impl StructuralPartialEq for ZSTDMT_parameter[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.