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