#[repr(transparent)]pub struct Ctimer0cap(pub u32);Expand description
Capture select register for CTIMER inputs
Tuple Fields§
§0: u32Implementations§
Source§impl Ctimer0cap
impl Ctimer0cap
Sourcepub const fn inp(&self) -> Ctimer0capInp
pub const fn inp(&self) -> Ctimer0capInp
Input number for CTIMER0
Sourcepub const fn set_inp(&mut self, val: Ctimer0capInp)
pub const fn set_inp(&mut self, val: Ctimer0capInp)
Input number for CTIMER0
Trait Implementations§
Source§impl Clone for Ctimer0cap
impl Clone for Ctimer0cap
Source§fn clone(&self) -> Ctimer0cap
fn clone(&self) -> Ctimer0cap
Returns a duplicate 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 Ctimer0cap
impl Debug for Ctimer0cap
Source§impl Default for Ctimer0cap
impl Default for Ctimer0cap
Source§fn default() -> Ctimer0cap
fn default() -> Ctimer0cap
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ctimer0cap
impl PartialEq for Ctimer0cap
impl Copy for Ctimer0cap
impl Eq for Ctimer0cap
impl StructuralPartialEq for Ctimer0cap
Auto Trait Implementations§
impl Freeze for Ctimer0cap
impl RefUnwindSafe for Ctimer0cap
impl Send for Ctimer0cap
impl Sync for Ctimer0cap
impl Unpin for Ctimer0cap
impl UnwindSafe for Ctimer0cap
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