#[repr(i32)]pub enum OodleCompressionLevel {
Show 14 variants
HyperFast4 = -4,
HyperFast3 = -3,
HyperFast2 = -2,
HyperFast1 = -1,
None = 0,
SuperFast = 1,
VeryFast = 2,
Fast = 3,
Normal = 4,
Optimal1 = 5,
Optimal2 = 6,
Optimal3 = 7,
Optimal4 = 8,
Optimal5 = 9,
}Variants§
HyperFast4 = -4
HyperFast3 = -3
HyperFast2 = -2
HyperFast1 = -1
None = 0
SuperFast = 1
VeryFast = 2
Fast = 3
Normal = 4
Optimal1 = 5
Optimal2 = 6
Optimal3 = 7
Optimal4 = 8
Optimal5 = 9
Trait Implementations§
Source§impl Clone for OodleCompressionLevel
impl Clone for OodleCompressionLevel
Source§fn clone(&self) -> OodleCompressionLevel
fn clone(&self) -> OodleCompressionLevel
Returns a duplicate 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 OodleCompressionLevel
impl Debug for OodleCompressionLevel
Source§impl Hash for OodleCompressionLevel
impl Hash for OodleCompressionLevel
Source§impl PartialEq for OodleCompressionLevel
impl PartialEq for OodleCompressionLevel
impl Copy for OodleCompressionLevel
impl Eq for OodleCompressionLevel
impl StructuralPartialEq for OodleCompressionLevel
Auto Trait Implementations§
impl Freeze for OodleCompressionLevel
impl RefUnwindSafe for OodleCompressionLevel
impl Send for OodleCompressionLevel
impl Sync for OodleCompressionLevel
impl Unpin for OodleCompressionLevel
impl UnwindSafe for OodleCompressionLevel
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