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