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 Copy for FrameFormat
[src]
impl Debug for FrameFormat
[src][+]
impl Eq for FrameFormat
[src]
impl PartialEq<FrameFormat> for FrameFormat
[src][+]
impl StructuralEq for FrameFormat
[src]
impl StructuralPartialEq for FrameFormat
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,