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