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