pub enum CompressorType {
Ratio,
Shadow,
}
Expand description
The type of compressor to use.
Variants§
Trait Implementations§
Source§impl Clone for CompressorType
impl Clone for CompressorType
Source§fn clone(&self) -> CompressorType
fn clone(&self) -> CompressorType
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 CompressorType
impl Debug for CompressorType
Source§impl PartialEq for CompressorType
impl PartialEq for CompressorType
impl Copy for CompressorType
impl Eq for CompressorType
impl StructuralPartialEq for CompressorType
Auto Trait Implementations§
impl Freeze for CompressorType
impl RefUnwindSafe for CompressorType
impl Send for CompressorType
impl Sync for CompressorType
impl Unpin for CompressorType
impl UnwindSafe for CompressorType
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