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