Enum I2s1sel
#[repr(u8)]pub enum I2s1sel {
Sys = 0,
_RESERVED_1 = 1,
Hsiker = 2,
I2sCkin = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for I2s1sel
impl Eq for I2s1sel
§impl Ord for I2s1sel
impl Ord for I2s1sel
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 I2s1sel
impl PartialOrd for I2s1sel
impl StructuralPartialEq for I2s1sel
Auto Trait Implementations§
impl Freeze for I2s1sel
impl RefUnwindSafe for I2s1sel
impl Send for I2s1sel
impl Sync for I2s1sel
impl Unpin for I2s1sel
impl UnsafeUnpin for I2s1sel
impl UnwindSafe for I2s1sel
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