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