Struct machinery_api::foundation::OsDebuggerApi [−][src]
#[repr(C)]pub struct OsDebuggerApi { pub is_debugger_present: Option<unsafe extern "C" fn() -> bool>, pub debug_break: Option<unsafe extern "C" fn()>, }
Fields
is_debugger_present: Option<unsafe extern "C" fn() -> bool>debug_break: Option<unsafe extern "C" fn()>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for OsDebuggerApi
impl Send for OsDebuggerApi
impl Sync for OsDebuggerApi
impl Unpin for OsDebuggerApi
impl UnwindSafe for OsDebuggerApi
Blanket Implementations
Mutably borrows from an owned value. Read more