pub enum WaveFormat {
Word,
Byte,
Ascii,
}Expand description
Wave data format
Variants§
Trait Implementations§
Source§impl Clone for WaveFormat
impl Clone for WaveFormat
Source§fn clone(&self) -> WaveFormat
fn clone(&self) -> WaveFormat
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 WaveFormat
impl Debug for WaveFormat
Source§impl Display for WaveFormat
impl Display for WaveFormat
Source§impl PartialEq for WaveFormat
impl PartialEq for WaveFormat
Source§fn eq(&self, other: &WaveFormat) -> bool
fn eq(&self, other: &WaveFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WaveFormat
impl Value for WaveFormat
Auto Trait Implementations§
impl Freeze for WaveFormat
impl RefUnwindSafe for WaveFormat
impl Send for WaveFormat
impl Sync for WaveFormat
impl Unpin for WaveFormat
impl UnsafeUnpin for WaveFormat
impl UnwindSafe for WaveFormat
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