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