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