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