Enum Isocanfden
pub enum Isocanfden {
_0 = 0,
_1 = 1,
}Expand description
ISO CAN FD Enable
Value on reset: 0
Variants§
_0 = 0
0: FlexCAN operates using the non-ISO CAN FD protocol.
_1 = 1
1: FlexCAN operates using the ISO CAN FD protocol (ISO 11898-1).
Trait Implementations§
§impl Clone for Isocanfden
impl Clone for Isocanfden
§fn clone(&self) -> Isocanfden
fn clone(&self) -> Isocanfden
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 Isocanfden
impl Debug for Isocanfden
§impl Format for Isocanfden
impl Format for Isocanfden
§impl From<Isocanfden> for bool
impl From<Isocanfden> for bool
§fn from(variant: Isocanfden) -> Self
fn from(variant: Isocanfden) -> Self
Converts to this type from the input type.
§impl PartialEq for Isocanfden
impl PartialEq for Isocanfden
impl Copy for Isocanfden
impl Eq for Isocanfden
impl StructuralPartialEq for Isocanfden
Auto Trait Implementations§
impl Freeze for Isocanfden
impl RefUnwindSafe for Isocanfden
impl Send for Isocanfden
impl Sync for Isocanfden
impl Unpin for Isocanfden
impl UnwindSafe for Isocanfden
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