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