pub struct WatchHit {
pub global_idx: u32,
}Expand description
One recorded watchpoint hit: a watched global slot was written to.
Fields§
§global_idx: u32Trait Implementations§
impl Copy for WatchHit
impl Eq for WatchHit
impl StructuralPartialEq for WatchHit
Auto Trait Implementations§
impl Freeze for WatchHit
impl RefUnwindSafe for WatchHit
impl Send for WatchHit
impl Sync for WatchHit
impl Unpin for WatchHit
impl UnsafeUnpin for WatchHit
impl UnwindSafe for WatchHit
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