Enum Boffdonemsk
pub enum Boffdonemsk {
_0 = 0,
_1 = 1,
}Expand description
Bus Off Done Interrupt Mask
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Boffdonemsk
impl Clone for Boffdonemsk
§fn clone(&self) -> Boffdonemsk
fn clone(&self) -> Boffdonemsk
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 Boffdonemsk
impl Debug for Boffdonemsk
§impl Format for Boffdonemsk
impl Format for Boffdonemsk
§impl From<Boffdonemsk> for bool
impl From<Boffdonemsk> for bool
§fn from(variant: Boffdonemsk) -> Self
fn from(variant: Boffdonemsk) -> Self
Converts to this type from the input type.
§impl PartialEq for Boffdonemsk
impl PartialEq for Boffdonemsk
impl Copy for Boffdonemsk
impl Eq for Boffdonemsk
impl StructuralPartialEq for Boffdonemsk
Auto Trait Implementations§
impl Freeze for Boffdonemsk
impl RefUnwindSafe for Boffdonemsk
impl Send for Boffdonemsk
impl Sync for Boffdonemsk
impl Unpin for Boffdonemsk
impl UnwindSafe for Boffdonemsk
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