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