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