Enum zstd_sys::ZSTDMT_parameter[][src]

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

Variants

Trait Implementations

impl Debug for ZSTDMT_parameter
[src]

Formats the value using the given formatter. Read more

impl Copy for ZSTDMT_parameter
[src]

impl Clone for ZSTDMT_parameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ZSTDMT_parameter
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ZSTDMT_parameter
[src]

impl Hash for ZSTDMT_parameter
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations