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