pub enum DecodingSampleType {
U8,
U16,
U32,
U64,
F16,
F32,
F64,
I8,
I16,
I32,
I64,
}Variants§
Trait Implementations§
Source§impl Clone for DecodingSampleType
impl Clone for DecodingSampleType
Source§fn clone(&self) -> DecodingSampleType
fn clone(&self) -> DecodingSampleType
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 DecodingSampleType
impl Debug for DecodingSampleType
Source§impl Hash for DecodingSampleType
impl Hash for DecodingSampleType
Source§impl PartialEq for DecodingSampleType
impl PartialEq for DecodingSampleType
impl Copy for DecodingSampleType
impl Eq for DecodingSampleType
impl StructuralPartialEq for DecodingSampleType
Auto Trait Implementations§
impl Freeze for DecodingSampleType
impl RefUnwindSafe for DecodingSampleType
impl Send for DecodingSampleType
impl Sync for DecodingSampleType
impl Unpin for DecodingSampleType
impl UnsafeUnpin for DecodingSampleType
impl UnwindSafe for DecodingSampleType
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