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