Enum zstd_sys::ZSTD_EndDirective [−][src]
#[repr(u32)]
pub enum ZSTD_EndDirective {
ZSTD_e_continue,
ZSTD_e_flush,
ZSTD_e_end,
}Variants
Trait Implementations
impl Clone for ZSTD_EndDirective[src]
impl Clone for ZSTD_EndDirective[src]fn clone(&self) -> ZSTD_EndDirective[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for ZSTD_EndDirective[src]
impl Hash for ZSTD_EndDirective[src]impl PartialEq<ZSTD_EndDirective> for ZSTD_EndDirective[src]
impl PartialEq<ZSTD_EndDirective> for ZSTD_EndDirective[src]fn eq(&self, other: &ZSTD_EndDirective) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> bool