Enum Slotsz
#[repr(u8)]pub enum Slotsz {
DataSize = 0,
Bit16 = 1,
Bit32 = 2,
_RESERVED_3 = 3,
}Variants§
DataSize = 0
The slot size is equivalent to the data size (specified in DS[3:0] in the SAI_xCR1 register)
Bit16 = 1
16-bit
Bit32 = 2
32-bit
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Slotsz
impl Eq for Slotsz
§impl Ord for Slotsz
impl Ord for Slotsz
1.21.0 (const: unstable) · 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
§impl PartialOrd for Slotsz
impl PartialOrd for Slotsz
impl StructuralPartialEq for Slotsz
Auto Trait Implementations§
impl Freeze for Slotsz
impl RefUnwindSafe for Slotsz
impl Send for Slotsz
impl Sync for Slotsz
impl Unpin for Slotsz
impl UnsafeUnpin for Slotsz
impl UnwindSafe for Slotsz
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