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