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