#[repr(u8)]pub enum Buf5i {
BUF5I_0 = 0,
BUF5I_1 = 1,
}Variants§
BUF5I_0 = 0
No such occurrence
BUF5I_1 = 1
MB5 completed transmission/reception or frames available in the FIFO
Implementations§
Trait Implementations§
Source§impl Ord for Buf5i
impl Ord for Buf5i
Source§impl PartialOrd for Buf5i
impl PartialOrd for Buf5i
impl Copy for Buf5i
impl Eq for Buf5i
impl StructuralPartialEq for Buf5i
Auto Trait Implementations§
impl Freeze for Buf5i
impl RefUnwindSafe for Buf5i
impl Send for Buf5i
impl Sync for Buf5i
impl Unpin for Buf5i
impl UnwindSafe for Buf5i
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