Struct corosensei::stack::valgrind::ValgrindStackRegistration
source · pub struct ValgrindStackRegistration { /* private fields */ }Expand description
Helper type which registers a stack with Valgrind and automatically de-registers it when dropped.
This has no effect when not running under Valgrind.
Implementations§
Trait Implementations§
source§impl Debug for ValgrindStackRegistration
impl Debug for ValgrindStackRegistration
Auto Trait Implementations§
impl RefUnwindSafe for ValgrindStackRegistration
impl Send for ValgrindStackRegistration
impl Sync for ValgrindStackRegistration
impl Unpin for ValgrindStackRegistration
impl UnwindSafe for ValgrindStackRegistration
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