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