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