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