#[repr(u8)]pub enum TmpFormatint {
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 TmpFormatint
impl TmpFormatint
Trait Implementations§
Source§impl Clone for TmpFormatint
impl Clone for TmpFormatint
Source§fn clone(&self) -> TmpFormatint
fn clone(&self) -> TmpFormatint
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 TmpFormatint
impl Debug for TmpFormatint
Source§impl From<TmpFormatint> for u8
impl From<TmpFormatint> for u8
Source§fn from(val: TmpFormatint) -> u8
fn from(val: TmpFormatint) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TmpFormatint
impl From<u8> for TmpFormatint
Source§fn from(val: u8) -> TmpFormatint
fn from(val: u8) -> TmpFormatint
Converts to this type from the input type.
Source§impl Ord for TmpFormatint
impl Ord for TmpFormatint
Source§fn cmp(&self, other: &TmpFormatint) -> Ordering
fn cmp(&self, other: &TmpFormatint) -> 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 TmpFormatint
impl PartialEq for TmpFormatint
Source§impl PartialOrd for TmpFormatint
impl PartialOrd for TmpFormatint
impl Copy for TmpFormatint
impl Eq for TmpFormatint
impl StructuralPartialEq for TmpFormatint
Auto Trait Implementations§
impl Freeze for TmpFormatint
impl RefUnwindSafe for TmpFormatint
impl Send for TmpFormatint
impl Sync for TmpFormatint
impl Unpin for TmpFormatint
impl UnwindSafe for TmpFormatint
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