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