#[repr(u32)]pub enum ZopfliFormat {
ZOPFLI_FORMAT_GZIP = 0,
ZOPFLI_FORMAT_ZLIB = 1,
ZOPFLI_FORMAT_DEFLATE = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for ZopfliFormat
impl Clone for ZopfliFormat
Source§fn clone(&self) -> ZopfliFormat
fn clone(&self) -> ZopfliFormat
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 ZopfliFormat
impl Debug for ZopfliFormat
Source§impl Hash for ZopfliFormat
impl Hash for ZopfliFormat
Source§impl PartialEq for ZopfliFormat
impl PartialEq for ZopfliFormat
impl Copy for ZopfliFormat
impl Eq for ZopfliFormat
impl StructuralPartialEq for ZopfliFormat
Auto Trait Implementations§
impl Freeze for ZopfliFormat
impl RefUnwindSafe for ZopfliFormat
impl Send for ZopfliFormat
impl Sync for ZopfliFormat
impl Unpin for ZopfliFormat
impl UnwindSafe for ZopfliFormat
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