pub struct SRADC { /* private fields */ }Expand description
Analog-to-Digital Converter Software Reset
Implementations§
Auto Trait Implementations§
impl !Freeze for SRADC
impl !RefUnwindSafe for SRADC
impl Send for SRADC
impl !Sync for SRADC
impl Unpin for SRADC
impl UnwindSafe for SRADC
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