Enum Msel
#[repr(u8)]pub enum Msel {
B_0X0 = 0,
B_0X1 = 1,
B_0X2 = 2,
B_0X3 = 3,
}
Variants§
B_0X0 = 0
data exchanged over IO[3:0]
B_0X1 = 1
data exchanged over IO[7:4]
B_0X2 = 2
data exchanged over IO[11:8]
B_0X3 = 3
data exchanged over IO[15:12]
Implementations§
Trait Implementations§
§impl Ord for Msel
impl Ord for Msel
§impl PartialOrd for Msel
impl PartialOrd for Msel
impl Copy for Msel
impl Eq 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 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