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