pub enum Intclkenselect {
Off = 0,
On = 1,
}
Expand description
Internal Clock Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Intclkenselect
impl Clone for Intclkenselect
Source§fn clone(&self) -> Intclkenselect
fn clone(&self) -> Intclkenselect
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 Intclkenselect
impl Debug for Intclkenselect
Source§impl From<Intclkenselect> for bool
impl From<Intclkenselect> for bool
Source§fn from(variant: Intclkenselect) -> Self
fn from(variant: Intclkenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Intclkenselect
impl PartialEq for Intclkenselect
impl Copy for Intclkenselect
impl Eq for Intclkenselect
impl StructuralPartialEq for Intclkenselect
Auto Trait Implementations§
impl Freeze for Intclkenselect
impl RefUnwindSafe for Intclkenselect
impl Send for Intclkenselect
impl Sync for Intclkenselect
impl Unpin for Intclkenselect
impl UnwindSafe for Intclkenselect
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