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