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