#[repr(u8)]pub enum TmpFormatext {
Q15 = 0,
Q31 = 1,
FLOAT = 2,
_RESERVED_3 = 3,
}Variants§
Q15 = 0
Q15 16-bit fixed-point integer
Q31 = 1
Q31 32-bit fixed-point integer
FLOAT = 2
F32 32-bit floating-point format
_RESERVED_3 = 3
Implementations§
Source§impl TmpFormatext
impl TmpFormatext
Trait Implementations§
Source§impl Clone for TmpFormatext
impl Clone for TmpFormatext
Source§fn clone(&self) -> TmpFormatext
fn clone(&self) -> TmpFormatext
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 TmpFormatext
impl Debug for TmpFormatext
Source§impl From<TmpFormatext> for u8
impl From<TmpFormatext> for u8
Source§fn from(val: TmpFormatext) -> u8
fn from(val: TmpFormatext) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TmpFormatext
impl From<u8> for TmpFormatext
Source§fn from(val: u8) -> TmpFormatext
fn from(val: u8) -> TmpFormatext
Converts to this type from the input type.
Source§impl Ord for TmpFormatext
impl Ord for TmpFormatext
Source§fn cmp(&self, other: &TmpFormatext) -> Ordering
fn cmp(&self, other: &TmpFormatext) -> Ordering
1.21.0 · 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
Source§impl PartialEq for TmpFormatext
impl PartialEq for TmpFormatext
Source§impl PartialOrd for TmpFormatext
impl PartialOrd for TmpFormatext
impl Copy for TmpFormatext
impl Eq for TmpFormatext
impl StructuralPartialEq for TmpFormatext
Auto Trait Implementations§
impl Freeze for TmpFormatext
impl RefUnwindSafe for TmpFormatext
impl Send for TmpFormatext
impl Sync for TmpFormatext
impl Unpin for TmpFormatext
impl UnwindSafe for TmpFormatext
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