pub enum Ctimer2ClkEn {
Disable = 0,
Enable = 1,
}Expand description
Enables the CTIMER2 function clock
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Ctimer2ClkEn
impl Clone for Ctimer2ClkEn
Source§fn clone(&self) -> Ctimer2ClkEn
fn clone(&self) -> Ctimer2ClkEn
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 Ctimer2ClkEn
Source§impl Debug for Ctimer2ClkEn
impl Debug for Ctimer2ClkEn
impl Eq for Ctimer2ClkEn
Source§impl From<Ctimer2ClkEn> for bool
impl From<Ctimer2ClkEn> for bool
Source§fn from(variant: Ctimer2ClkEn) -> Self
fn from(variant: Ctimer2ClkEn) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ctimer2ClkEn
impl PartialEq for Ctimer2ClkEn
Source§fn eq(&self, other: &Ctimer2ClkEn) -> bool
fn eq(&self, other: &Ctimer2ClkEn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Ctimer2ClkEn
Auto Trait Implementations§
impl Freeze for Ctimer2ClkEn
impl RefUnwindSafe for Ctimer2ClkEn
impl Send for Ctimer2ClkEn
impl Sync for Ctimer2ClkEn
impl Unpin for Ctimer2ClkEn
impl UnsafeUnpin for Ctimer2ClkEn
impl UnwindSafe for Ctimer2ClkEn
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