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