#[repr(u8)]pub enum Clkmultselect {
No = 0,
}
Expand description
Clock Multiplier
Value on reset: 0
Variants§
No = 0
0: Clock Multiplier is Not Supported
Trait Implementations§
Source§impl Clone for Clkmultselect
impl Clone for Clkmultselect
Source§fn clone(&self) -> Clkmultselect
fn clone(&self) -> Clkmultselect
Returns a copy 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 Clkmultselect
impl Debug for Clkmultselect
Source§impl From<Clkmultselect> for u8
impl From<Clkmultselect> for u8
Source§fn from(variant: Clkmultselect) -> Self
fn from(variant: Clkmultselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Clkmultselect
impl PartialEq for Clkmultselect
impl Copy for Clkmultselect
impl Eq for Clkmultselect
impl IsEnum for Clkmultselect
impl StructuralPartialEq for Clkmultselect
Auto Trait Implementations§
impl Freeze for Clkmultselect
impl RefUnwindSafe for Clkmultselect
impl Send for Clkmultselect
impl Sync for Clkmultselect
impl Unpin for Clkmultselect
impl UnwindSafe for Clkmultselect
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