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