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