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