pub struct TIMER_START_W<'a> { /* private fields */ }Expand description
Write proxy for field TIMER_START
Implementations§
Source§impl<'a> TIMER_START_W<'a>
impl<'a> TIMER_START_W<'a>
Sourcepub fn variant(self, variant: TIMER_START_AW) -> &'a mut W
pub fn variant(self, variant: TIMER_START_AW) -> &'a mut W
Writes variant to the field
Sourcepub fn timer_start(self) -> &'a mut W
pub fn timer_start(self) -> &'a mut W
Writing a 1 will start or restart the timer
Auto Trait Implementations§
impl<'a> Freeze for TIMER_START_W<'a>
impl<'a> !RefUnwindSafe for TIMER_START_W<'a>
impl<'a> Send for TIMER_START_W<'a>
impl<'a> !Sync for TIMER_START_W<'a>
impl<'a> Unpin for TIMER_START_W<'a>
impl<'a> UnsafeUnpin for TIMER_START_W<'a>
impl<'a> !UnwindSafe for TIMER_START_W<'a>
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