Enum Boffdoneint
pub enum Boffdoneint {
_0 = 0,
_1 = 1,
}Expand description
Bus Off Done Interrupt
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Boffdoneint
impl Clone for Boffdoneint
§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 more§impl Debug for Boffdoneint
impl Debug for Boffdoneint
§impl Format for Boffdoneint
impl Format for Boffdoneint
§impl From<Boffdoneint> for bool
impl From<Boffdoneint> for bool
§fn from(variant: Boffdoneint) -> Self
fn from(variant: Boffdoneint) -> Self
Converts to this type from the input type.
§impl PartialEq for Boffdoneint
impl PartialEq 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