pub struct NIDBG_W<'a> { /* private fields */ }
Expand description
Field NIDBG
writer - Non-intrusive debug enable
Implementations
sourceimpl<'a> NIDBG_W<'a>
impl<'a> NIDBG_W<'a>
sourcepub fn idbg(self) -> &'a mut W
pub fn idbg(self) -> &'a mut W
Debugging is intrusive (reads of BDPR from debugger are considered and increment the internal buffer pointer)
Auto Trait Implementations
impl<'a> RefUnwindSafe for NIDBG_W<'a>
impl<'a> Send for NIDBG_W<'a>
impl<'a> Sync for NIDBG_W<'a>
impl<'a> Unpin for NIDBG_W<'a>
impl<'a> !UnwindSafe for NIDBG_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more