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