pub enum Rar29FilterKind {
E8,
E8E9,
Delta {
channels: usize,
},
Itanium,
Rgb {
width: usize,
pos_r: usize,
},
Audio {
channels: usize,
},
}Variants§
Trait Implementations§
Source§impl Clone for Rar29FilterKind
impl Clone for Rar29FilterKind
Source§fn clone(&self) -> Rar29FilterKind
fn clone(&self) -> Rar29FilterKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Rar29FilterKind
impl Debug for Rar29FilterKind
Source§impl PartialEq for Rar29FilterKind
impl PartialEq for Rar29FilterKind
Source§fn eq(&self, other: &Rar29FilterKind) -> bool
fn eq(&self, other: &Rar29FilterKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Rar29FilterKind
impl Eq for Rar29FilterKind
impl StructuralPartialEq for Rar29FilterKind
Auto Trait Implementations§
impl Freeze for Rar29FilterKind
impl RefUnwindSafe for Rar29FilterKind
impl Send for Rar29FilterKind
impl Sync for Rar29FilterKind
impl Unpin for Rar29FilterKind
impl UnsafeUnpin for Rar29FilterKind
impl UnwindSafe for Rar29FilterKind
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