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