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
sourceimpl Clone for ZSTD_nextInputType_e
impl Clone for ZSTD_nextInputType_e
sourcefn clone(&self) -> ZSTD_nextInputType_e
fn clone(&self) -> ZSTD_nextInputType_e
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ZSTD_nextInputType_e
impl Debug for ZSTD_nextInputType_e
sourceimpl Hash for ZSTD_nextInputType_e
impl Hash for ZSTD_nextInputType_e
impl Copy for ZSTD_nextInputType_e
impl Eq for ZSTD_nextInputType_e
impl StructuralEq for ZSTD_nextInputType_e
impl StructuralPartialEq for ZSTD_nextInputType_e
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more