#[repr(u8)]pub enum Buf7i {
ID2 = 0,
ID4 = 1,
}Variants§
ID2 = 0
No occurrence of MB7 completing transmission/reception when MCR[RFEN]=0, or of Rx FIFO overflow when MCR[RFEN]=1
ID4 = 1
MB7 completed transmission/reception when MCR[RFEN]=0, or Rx FIFO overflow when MCR[RFEN]=1
Implementations§
Trait Implementations§
Source§impl Ord for Buf7i
impl Ord for Buf7i
Source§impl PartialOrd for Buf7i
impl PartialOrd for Buf7i
impl Copy for Buf7i
impl Eq for Buf7i
impl StructuralPartialEq for Buf7i
Auto Trait Implementations§
impl Freeze for Buf7i
impl RefUnwindSafe for Buf7i
impl Send for Buf7i
impl Sync for Buf7i
impl Unpin for Buf7i
impl UnwindSafe for Buf7i
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