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