#[repr(C)]pub struct PSAPI_WS_WATCH_INFORMATION {
pub FaultingPc: *mut c_void,
pub FaultingVa: *mut c_void,
}
Expand description
Required features: "Win32_System_ProcessStatus"
Fields
FaultingPc: *mut c_void
FaultingVa: *mut c_void
Trait Implementations
impl Clone for PSAPI_WS_WATCH_INFORMATION
impl Clone for PSAPI_WS_WATCH_INFORMATION
impl Copy for PSAPI_WS_WATCH_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for PSAPI_WS_WATCH_INFORMATION
impl !Send for PSAPI_WS_WATCH_INFORMATION
impl !Sync for PSAPI_WS_WATCH_INFORMATION
impl Unpin for PSAPI_WS_WATCH_INFORMATION
impl UnwindSafe for PSAPI_WS_WATCH_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more