Enum Mono
#[repr(u8)]pub enum Mono {
Stereo = 0,
Mono = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Mono
impl Eq for Mono
§impl Ord for Mono
impl Ord for Mono
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
§impl PartialOrd for Mono
impl PartialOrd for Mono
impl StructuralPartialEq for Mono
Auto Trait Implementations§
impl Freeze for Mono
impl RefUnwindSafe for Mono
impl Send for Mono
impl Sync for Mono
impl Unpin for Mono
impl UnsafeUnpin for Mono
impl UnwindSafe for Mono
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