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