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