Enum zstd_safe::FrameFormat
source · [−]pub enum FrameFormat {
One,
Magicless,
}
Variants
One
Regular zstd format.
Magicless
Skip the 4 bytes identifying the content as zstd-compressed data.
Trait Implementations
sourceimpl Clone for FrameFormat
impl Clone for FrameFormat
sourcefn clone(&self) -> FrameFormat
fn clone(&self) -> FrameFormat
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 FrameFormat
impl Debug for FrameFormat
sourceimpl PartialEq<FrameFormat> for FrameFormat
impl PartialEq<FrameFormat> for FrameFormat
impl Copy for FrameFormat
impl Eq for FrameFormat
impl StructuralEq for FrameFormat
impl StructuralPartialEq for FrameFormat
Auto Trait Implementations
impl RefUnwindSafe for FrameFormat
impl Send for FrameFormat
impl Sync for FrameFormat
impl Unpin for FrameFormat
impl UnwindSafe for FrameFormat
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