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