pub enum BitRate {
Bits8 = 8,
Bits16 = 16,
}Expand description
How many bits each sample should have.
Variants§
Trait Implementations§
Source§impl Ord for BitRate
impl Ord for BitRate
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for BitRate
impl PartialOrd for BitRate
impl Copy for BitRate
impl Eq for BitRate
impl StructuralPartialEq for BitRate
Auto Trait Implementations§
impl Freeze for BitRate
impl RefUnwindSafe for BitRate
impl Send for BitRate
impl Sync for BitRate
impl Unpin for BitRate
impl UnsafeUnpin for BitRate
impl UnwindSafe for BitRate
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