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