pub struct Tim1enR { /* private fields */ }
Expand description
Value of the field TIM1EN
Implementations§
Auto Trait Implementations§
impl Freeze for Tim1enR
impl RefUnwindSafe for Tim1enR
impl Send for Tim1enR
impl Sync for Tim1enR
impl Unpin for Tim1enR
impl UnwindSafe for Tim1enR
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