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