Enum zstd_sys::ZSTD_EndDirective [−][src]
#[repr(u32)]
pub enum ZSTD_EndDirective {
ZSTD_e_continue,
ZSTD_e_flush,
ZSTD_e_end,
}
Variants
ZSTD_e_continue
ZSTD_e_flush
ZSTD_e_end
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ZSTD_EndDirective
impl Send for ZSTD_EndDirective
impl Sync for ZSTD_EndDirective
impl Unpin for ZSTD_EndDirective
impl UnwindSafe for ZSTD_EndDirective
Blanket Implementations
Mutably borrows from an owned value. Read more