Enum Bit0errFast
pub enum Bit0errFast {
_0 = 0,
_1 = 1,
}Expand description
Bit0 Error in the Data Phase of CAN FD frames with the BRS bit set
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Bit0errFast
impl Clone for Bit0errFast
§fn clone(&self) -> Bit0errFast
fn clone(&self) -> Bit0errFast
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 Bit0errFast
impl Debug for Bit0errFast
§impl Format for Bit0errFast
impl Format for Bit0errFast
§impl From<Bit0errFast> for bool
impl From<Bit0errFast> for bool
§fn from(variant: Bit0errFast) -> Self
fn from(variant: Bit0errFast) -> Self
Converts to this type from the input type.
§impl PartialEq for Bit0errFast
impl PartialEq for Bit0errFast
impl Copy for Bit0errFast
impl Eq for Bit0errFast
impl StructuralPartialEq for Bit0errFast
Auto Trait Implementations§
impl Freeze for Bit0errFast
impl RefUnwindSafe for Bit0errFast
impl Send for Bit0errFast
impl Sync for Bit0errFast
impl Unpin for Bit0errFast
impl UnwindSafe for Bit0errFast
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