pub struct DbgRtcStopR { /* private fields */ }
Expand description
Value of the field DBG_RTC_STOP
Implementations§
Auto Trait Implementations§
impl Freeze for DbgRtcStopR
impl RefUnwindSafe for DbgRtcStopR
impl Send for DbgRtcStopR
impl Sync for DbgRtcStopR
impl Unpin for DbgRtcStopR
impl UnwindSafe for DbgRtcStopR
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