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