#[repr(u8)]pub enum Boffdoneint {
BUS_OFF_NOT_DONE = 0,
BUS_OFF_DONE = 1,
}Variants§
BUS_OFF_NOT_DONE = 0
No such occurrence.
BUS_OFF_DONE = 1
FlexCAN module has completed Bus Off process.
Implementations§
Source§impl Boffdoneint
impl Boffdoneint
Trait Implementations§
Source§impl Clone for Boffdoneint
impl Clone for Boffdoneint
Source§fn clone(&self) -> Boffdoneint
fn clone(&self) -> Boffdoneint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Boffdoneint
impl Debug for Boffdoneint
Source§impl From<Boffdoneint> for u8
impl From<Boffdoneint> for u8
Source§fn from(val: Boffdoneint) -> u8
fn from(val: Boffdoneint) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Boffdoneint
impl From<u8> for Boffdoneint
Source§fn from(val: u8) -> Boffdoneint
fn from(val: u8) -> Boffdoneint
Converts to this type from the input type.
Source§impl Ord for Boffdoneint
impl Ord for Boffdoneint
Source§fn cmp(&self, other: &Boffdoneint) -> Ordering
fn cmp(&self, other: &Boffdoneint) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Boffdoneint
impl PartialEq for Boffdoneint
Source§impl PartialOrd for Boffdoneint
impl PartialOrd for Boffdoneint
impl Copy for Boffdoneint
impl Eq for Boffdoneint
impl StructuralPartialEq for Boffdoneint
Auto Trait Implementations§
impl Freeze for Boffdoneint
impl RefUnwindSafe for Boffdoneint
impl Send for Boffdoneint
impl Sync for Boffdoneint
impl Unpin for Boffdoneint
impl UnwindSafe for Boffdoneint
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