pub enum WatchType {
Read,
Write,
ReadWrite,
}Expand description
The kind of memory access a watchpoint monitors.
Variants§
Trait Implementations§
impl Copy for WatchType
impl Eq for WatchType
impl StructuralPartialEq for WatchType
Auto Trait Implementations§
impl Freeze for WatchType
impl RefUnwindSafe for WatchType
impl Send for WatchType
impl Sync for WatchType
impl Unpin for WatchType
impl UnsafeUnpin for WatchType
impl UnwindSafe for WatchType
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