Enum zstd_sys::ZSTD_nextInputType_e
source · #[repr(u32)]
pub enum ZSTD_nextInputType_e {
ZSTDnit_frameHeader,
ZSTDnit_blockHeader,
ZSTDnit_block,
ZSTDnit_lastBlock,
ZSTDnit_checksum,
ZSTDnit_skippableFrame,
}Variants§
ZSTDnit_frameHeader
ZSTDnit_blockHeader
ZSTDnit_block
ZSTDnit_lastBlock
ZSTDnit_checksum
ZSTDnit_skippableFrame
Trait Implementations§
source§impl Clone for ZSTD_nextInputType_e
impl Clone for ZSTD_nextInputType_e
source§fn clone(&self) -> ZSTD_nextInputType_e
fn clone(&self) -> ZSTD_nextInputType_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 more