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