#[repr(u32)]pub enum WatchpointEventType {
InvalidType = 1,
Added = 2,
Removed = 4,
Enabled = 64,
Disabled = 128,
CommandChanged = 256,
ConditionChanged = 512,
IgnoreChanged = 1_024,
ThreadChanged = 2_048,
TypeChanged = 4_096,
}Variants§
InvalidType = 1
Added = 2
Removed = 4
Enabled = 64
Disabled = 128
CommandChanged = 256
ConditionChanged = 512
IgnoreChanged = 1_024
ThreadChanged = 2_048
TypeChanged = 4_096
Trait Implementations§
Source§impl Clone for WatchpointEventType
impl Clone for WatchpointEventType
Source§fn clone(&self) -> WatchpointEventType
fn clone(&self) -> WatchpointEventType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WatchpointEventType
impl Debug for WatchpointEventType
Source§impl PartialEq for WatchpointEventType
impl PartialEq for WatchpointEventType
Source§impl PartialOrd for WatchpointEventType
impl PartialOrd for WatchpointEventType
impl Copy for WatchpointEventType
impl Eq for WatchpointEventType
impl StructuralPartialEq for WatchpointEventType
Auto Trait Implementations§
impl Freeze for WatchpointEventType
impl RefUnwindSafe for WatchpointEventType
impl Send for WatchpointEventType
impl Sync for WatchpointEventType
impl Unpin for WatchpointEventType
impl UnwindSafe for WatchpointEventType
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