pub struct SMPR { /* private fields */ }
Expand description
sampling time register
Implementations§
Auto Trait Implementations§
impl !Freeze for SMPR
impl !RefUnwindSafe for SMPR
impl Send for SMPR
impl !Sync for SMPR
impl Unpin for SMPR
impl UnwindSafe for SMPR
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