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