Enum zstd_safe::FrameFormat [−][src]
pub enum FrameFormat { One, Magicless, }
Variants
Regular zstd format.
Skip the 4 bytes identifying the content as zstd-compressed data.
Trait Implementations
impl Clone for FrameFormat
[src]
impl Clone for FrameFormat
[src]fn clone(&self) -> FrameFormat
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<FrameFormat> for FrameFormat
[src]
impl PartialEq<FrameFormat> for FrameFormat
[src]fn eq(&self, other: &FrameFormat) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> bool