Enum Msel
#[repr(u8)]pub enum Msel {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
}Variants§
B0x0 = 0
data exchanged over IO[3:0]
B0x1 = 1
data exchanged over IO[7:4]
B0x2 = 2
data exchanged over IO[11:8]
B0x3 = 3
data exchanged over IO[15:12]
Implementations§
Trait Implementations§
impl Copy for Msel
impl Eq for Msel
§impl Ord for Msel
impl Ord for Msel
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 Msel
impl PartialOrd for Msel
impl StructuralPartialEq for Msel
Auto Trait Implementations§
impl Freeze for Msel
impl RefUnwindSafe for Msel
impl Send for Msel
impl Sync for Msel
impl Unpin for Msel
impl UnsafeUnpin for Msel
impl UnwindSafe for Msel
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