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