pub enum Ctimer0ClkEn {
Disable = 0,
Enable = 1,
}Expand description
Enables the CTIMER0 function clock
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Ctimer0ClkEn
impl Clone for Ctimer0ClkEn
Source§fn clone(&self) -> Ctimer0ClkEn
fn clone(&self) -> Ctimer0ClkEn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Ctimer0ClkEn
Source§impl Debug for Ctimer0ClkEn
impl Debug for Ctimer0ClkEn
impl Eq for Ctimer0ClkEn
Source§impl From<Ctimer0ClkEn> for bool
impl From<Ctimer0ClkEn> for bool
Source§fn from(variant: Ctimer0ClkEn) -> Self
fn from(variant: Ctimer0ClkEn) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ctimer0ClkEn
impl PartialEq for Ctimer0ClkEn
Source§fn eq(&self, other: &Ctimer0ClkEn) -> bool
fn eq(&self, other: &Ctimer0ClkEn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Ctimer0ClkEn
Auto Trait Implementations§
impl Freeze for Ctimer0ClkEn
impl RefUnwindSafe for Ctimer0ClkEn
impl Send for Ctimer0ClkEn
impl Sync for Ctimer0ClkEn
impl Unpin for Ctimer0ClkEn
impl UnsafeUnpin for Ctimer0ClkEn
impl UnwindSafe for Ctimer0ClkEn
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