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