Enum zstd_sys::ZSTD_frameType_e
source · #[repr(u32)]
pub enum ZSTD_frameType_e {
ZSTD_frame,
ZSTD_skippableFrame,
}Variants§
Trait Implementations§
source§impl Clone for ZSTD_frameType_e
impl Clone for ZSTD_frameType_e
source§fn clone(&self) -> ZSTD_frameType_e
fn clone(&self) -> ZSTD_frameType_e
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ZSTD_frameType_e
impl Debug for ZSTD_frameType_e
source§impl Hash for ZSTD_frameType_e
impl Hash for ZSTD_frameType_e
source§impl PartialEq<ZSTD_frameType_e> for ZSTD_frameType_e
impl PartialEq<ZSTD_frameType_e> for ZSTD_frameType_e
source§fn eq(&self, other: &ZSTD_frameType_e) -> bool
fn eq(&self, other: &ZSTD_frameType_e) -> bool
This method tests for
self and other values to be equal, and is used
by ==.