#[repr(u8)]pub enum PllVideoTogBypassClkSrc {
REF_CLK_24M = 0,
CLK1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
REF_CLK_24M = 0
Select the 24MHz oscillator as source.
CLK1 = 1
Select the CLK1_N / CLK1_P as source.
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for PllVideoTogBypassClkSrc
impl Clone for PllVideoTogBypassClkSrc
Source§fn clone(&self) -> PllVideoTogBypassClkSrc
fn clone(&self) -> PllVideoTogBypassClkSrc
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 PllVideoTogBypassClkSrc
impl Debug for PllVideoTogBypassClkSrc
Source§impl From<PllVideoTogBypassClkSrc> for u8
impl From<PllVideoTogBypassClkSrc> for u8
Source§fn from(val: PllVideoTogBypassClkSrc) -> u8
fn from(val: PllVideoTogBypassClkSrc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllVideoTogBypassClkSrc
impl From<u8> for PllVideoTogBypassClkSrc
Source§fn from(val: u8) -> PllVideoTogBypassClkSrc
fn from(val: u8) -> PllVideoTogBypassClkSrc
Converts to this type from the input type.
Source§impl Ord for PllVideoTogBypassClkSrc
impl Ord for PllVideoTogBypassClkSrc
Source§fn cmp(&self, other: &PllVideoTogBypassClkSrc) -> Ordering
fn cmp(&self, other: &PllVideoTogBypassClkSrc) -> 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 PllVideoTogBypassClkSrc
impl PartialEq for PllVideoTogBypassClkSrc
Source§impl PartialOrd for PllVideoTogBypassClkSrc
impl PartialOrd for PllVideoTogBypassClkSrc
impl Copy for PllVideoTogBypassClkSrc
impl Eq for PllVideoTogBypassClkSrc
impl StructuralPartialEq for PllVideoTogBypassClkSrc
Auto Trait Implementations§
impl Freeze for PllVideoTogBypassClkSrc
impl RefUnwindSafe for PllVideoTogBypassClkSrc
impl Send for PllVideoTogBypassClkSrc
impl Sync for PllVideoTogBypassClkSrc
impl Unpin for PllVideoTogBypassClkSrc
impl UnwindSafe for PllVideoTogBypassClkSrc
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