#[repr(u32)]pub enum AudioStreamSampleFormat {
Format8Bits = 0,
Format16Bits = 1,
ImaAdpcm = 2,
}Variants§
Trait Implementations§
Source§impl Clone for AudioStreamSampleFormat
impl Clone for AudioStreamSampleFormat
Source§fn clone(&self) -> AudioStreamSampleFormat
fn clone(&self) -> AudioStreamSampleFormat
Returns a duplicate 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 AudioStreamSampleFormat
impl Debug for AudioStreamSampleFormat
Source§impl Hash for AudioStreamSampleFormat
impl Hash for AudioStreamSampleFormat
Source§impl PartialEq for AudioStreamSampleFormat
impl PartialEq for AudioStreamSampleFormat
impl Copy for AudioStreamSampleFormat
impl Eq for AudioStreamSampleFormat
impl StructuralPartialEq for AudioStreamSampleFormat
Auto Trait Implementations§
impl Freeze for AudioStreamSampleFormat
impl RefUnwindSafe for AudioStreamSampleFormat
impl Send for AudioStreamSampleFormat
impl Sync for AudioStreamSampleFormat
impl Unpin for AudioStreamSampleFormat
impl UnwindSafe for AudioStreamSampleFormat
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