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