pub struct DebugStatus {
pub being_debugged: bool,
pub nt_global_flag: bool,
pub heap_flags: bool,
}Expand description
debug indicator status
Fields§
§being_debugged: bool§nt_global_flag: bool§heap_flags: boolImplementations§
Source§impl DebugStatus
impl DebugStatus
Sourcepub fn any_detected(&self) -> bool
pub fn any_detected(&self) -> bool
check if any indicator is set
Trait Implementations§
Source§impl Clone for DebugStatus
impl Clone for DebugStatus
Source§fn clone(&self) -> DebugStatus
fn clone(&self) -> DebugStatus
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 DebugStatus
impl Debug for DebugStatus
Auto Trait Implementations§
impl Freeze for DebugStatus
impl RefUnwindSafe for DebugStatus
impl Send for DebugStatus
impl Sync for DebugStatus
impl Unpin for DebugStatus
impl UnwindSafe for DebugStatus
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