pub enum Isocanfden {
NonIso = 0,
Iso = 1,
}Expand description
ISO CAN FD Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Isocanfden
impl Clone for Isocanfden
Source§fn clone(&self) -> Isocanfden
fn clone(&self) -> Isocanfden
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Isocanfden
Source§impl Debug for Isocanfden
impl Debug for Isocanfden
impl Eq for Isocanfden
Source§impl From<Isocanfden> for bool
impl From<Isocanfden> for bool
Source§fn from(variant: Isocanfden) -> Self
fn from(variant: Isocanfden) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Isocanfden
impl PartialEq for Isocanfden
Source§fn eq(&self, other: &Isocanfden) -> bool
fn eq(&self, other: &Isocanfden) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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