Enum zstd_safe::FrameFormat
source · #[repr(u32)]pub enum FrameFormat {
One,
Magicless,
}
Available on crate feature
experimental
only.Variants§
One
Regular zstd format.
Magicless
Skip the 4 bytes identifying the content as zstd-compressed data.
Trait Implementations§
source§impl Clone for FrameFormat
impl Clone for FrameFormat
source§fn clone(&self) -> FrameFormat
fn clone(&self) -> FrameFormat
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 FrameFormat
impl Debug for FrameFormat
source§impl PartialEq<FrameFormat> for FrameFormat
impl PartialEq<FrameFormat> for FrameFormat
source§fn eq(&self, other: &FrameFormat) -> bool
fn eq(&self, other: &FrameFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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