pub struct RSTC { /* private fields */ }Expand description
Reset Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RSTC
impl RefUnwindSafe for RSTC
impl !Sync for RSTC
impl Unpin for RSTC
impl UnwindSafe for RSTC
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