#[repr(u8)]pub enum PitStopReq {
PIT_STOP_REQ_0 = 0,
PIT_STOP_REQ_1 = 1,
}Variants§
Implementations§
Source§impl PitStopReq
impl PitStopReq
Trait Implementations§
Source§impl Clone for PitStopReq
impl Clone for PitStopReq
Source§fn clone(&self) -> PitStopReq
fn clone(&self) -> PitStopReq
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 PitStopReq
impl Debug for PitStopReq
Source§impl From<PitStopReq> for u8
impl From<PitStopReq> for u8
Source§fn from(val: PitStopReq) -> u8
fn from(val: PitStopReq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PitStopReq
impl From<u8> for PitStopReq
Source§fn from(val: u8) -> PitStopReq
fn from(val: u8) -> PitStopReq
Converts to this type from the input type.
Source§impl Ord for PitStopReq
impl Ord for PitStopReq
Source§fn cmp(&self, other: &PitStopReq) -> Ordering
fn cmp(&self, other: &PitStopReq) -> 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 PitStopReq
impl PartialEq for PitStopReq
Source§impl PartialOrd for PitStopReq
impl PartialOrd for PitStopReq
impl Copy for PitStopReq
impl Eq for PitStopReq
impl StructuralPartialEq for PitStopReq
Auto Trait Implementations§
impl Freeze for PitStopReq
impl RefUnwindSafe for PitStopReq
impl Send for PitStopReq
impl Sync for PitStopReq
impl Unpin for PitStopReq
impl UnwindSafe for PitStopReq
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