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