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