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