#[repr(C)]pub enum ggwave_SampleFormat {
GGWAVE_SAMPLE_FORMAT_UNDEFINED = 0,
GGWAVE_SAMPLE_FORMAT_U8 = 1,
GGWAVE_SAMPLE_FORMAT_I8 = 2,
GGWAVE_SAMPLE_FORMAT_U16 = 3,
GGWAVE_SAMPLE_FORMAT_I16 = 4,
GGWAVE_SAMPLE_FORMAT_F32 = 5,
}Variants§
GGWAVE_SAMPLE_FORMAT_UNDEFINED = 0
GGWAVE_SAMPLE_FORMAT_U8 = 1
GGWAVE_SAMPLE_FORMAT_I8 = 2
GGWAVE_SAMPLE_FORMAT_U16 = 3
GGWAVE_SAMPLE_FORMAT_I16 = 4
GGWAVE_SAMPLE_FORMAT_F32 = 5
Trait Implementations§
Source§impl Clone for ggwave_SampleFormat
impl Clone for ggwave_SampleFormat
Source§fn clone(&self) -> ggwave_SampleFormat
fn clone(&self) -> ggwave_SampleFormat
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 ggwave_SampleFormat
impl Debug for ggwave_SampleFormat
Source§impl PartialEq for ggwave_SampleFormat
impl PartialEq for ggwave_SampleFormat
impl Copy for ggwave_SampleFormat
impl Eq for ggwave_SampleFormat
impl StructuralPartialEq for ggwave_SampleFormat
Auto Trait Implementations§
impl Freeze for ggwave_SampleFormat
impl RefUnwindSafe for ggwave_SampleFormat
impl Send for ggwave_SampleFormat
impl Sync for ggwave_SampleFormat
impl Unpin for ggwave_SampleFormat
impl UnwindSafe for ggwave_SampleFormat
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