Enum zstd_sys::ZSTD_nextInputType_e
source · #[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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)