#[repr(u8)]pub enum CanfdStopReq {
CANFD_STOP_REQ_0 = 0,
CANFD_STOP_REQ_1 = 1,
}Variants§
Implementations§
Source§impl CanfdStopReq
impl CanfdStopReq
Trait Implementations§
Source§impl Clone for CanfdStopReq
impl Clone for CanfdStopReq
Source§fn clone(&self) -> CanfdStopReq
fn clone(&self) -> CanfdStopReq
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 moreSource§impl Debug for CanfdStopReq
impl Debug for CanfdStopReq
Source§impl From<CanfdStopReq> for u8
impl From<CanfdStopReq> for u8
Source§fn from(val: CanfdStopReq) -> u8
fn from(val: CanfdStopReq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CanfdStopReq
impl From<u8> for CanfdStopReq
Source§fn from(val: u8) -> CanfdStopReq
fn from(val: u8) -> CanfdStopReq
Converts to this type from the input type.
Source§impl Ord for CanfdStopReq
impl Ord for CanfdStopReq
Source§fn cmp(&self, other: &CanfdStopReq) -> Ordering
fn cmp(&self, other: &CanfdStopReq) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CanfdStopReq
impl PartialEq for CanfdStopReq
Source§impl PartialOrd for CanfdStopReq
impl PartialOrd for CanfdStopReq
impl Copy for CanfdStopReq
impl Eq for CanfdStopReq
impl StructuralPartialEq for CanfdStopReq
Auto Trait Implementations§
impl Freeze for CanfdStopReq
impl RefUnwindSafe for CanfdStopReq
impl Send for CanfdStopReq
impl Sync for CanfdStopReq
impl Unpin for CanfdStopReq
impl UnwindSafe for CanfdStopReq
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