Enum zstd_sys::ZSTD_format_e
source · [−]#[repr(u32)]
pub enum ZSTD_format_e {
ZSTD_f_zstd1,
ZSTD_f_zstd1_magicless,
}
Variants
ZSTD_f_zstd1
ZSTD_f_zstd1_magicless
Trait Implementations
sourceimpl Clone for ZSTD_format_e
impl Clone for ZSTD_format_e
sourcefn clone(&self) -> ZSTD_format_e
fn clone(&self) -> ZSTD_format_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_format_e
impl Debug for ZSTD_format_e
sourceimpl Hash for ZSTD_format_e
impl Hash for ZSTD_format_e
sourceimpl PartialEq<ZSTD_format_e> for ZSTD_format_e
impl PartialEq<ZSTD_format_e> for ZSTD_format_e
impl Copy for ZSTD_format_e
impl Eq for ZSTD_format_e
impl StructuralEq for ZSTD_format_e
impl StructuralPartialEq for ZSTD_format_e
Auto Trait Implementations
impl RefUnwindSafe for ZSTD_format_e
impl Send for ZSTD_format_e
impl Sync for ZSTD_format_e
impl Unpin for ZSTD_format_e
impl UnwindSafe for ZSTD_format_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