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