#[repr(u32)]pub enum ZSTD_nextInputType_e {
ZSTDnit_frameHeader = 0,
ZSTDnit_blockHeader = 1,
ZSTDnit_block = 2,
ZSTDnit_lastBlock = 3,
ZSTDnit_checksum = 4,
ZSTDnit_skippableFrame = 5,
}
Variants§
ZSTDnit_frameHeader = 0
ZSTDnit_blockHeader = 1
ZSTDnit_block = 2
ZSTDnit_lastBlock = 3
ZSTDnit_checksum = 4
ZSTDnit_skippableFrame = 5
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 moreSource§impl Debug for ZSTD_nextInputType_e
impl Debug for ZSTD_nextInputType_e
Source§impl Hash for ZSTD_nextInputType_e
impl Hash for ZSTD_nextInputType_e
Source§impl PartialEq for ZSTD_nextInputType_e
impl PartialEq for ZSTD_nextInputType_e
impl Copy for ZSTD_nextInputType_e
impl Eq for ZSTD_nextInputType_e
impl StructuralPartialEq for ZSTD_nextInputType_e
Auto Trait Implementations§
impl Freeze for ZSTD_nextInputType_e
impl RefUnwindSafe for ZSTD_nextInputType_e
impl Send for ZSTD_nextInputType_e
impl Sync for ZSTD_nextInputType_e
impl Unpin for ZSTD_nextInputType_e
impl UnwindSafe for ZSTD_nextInputType_e
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more