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