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