#[repr(C)]pub struct PSS_HANDLE_ENTRY_0_2 {
pub ExitStatus: u32,
pub PebBaseAddress: *mut c_void,
pub AffinityMask: usize,
pub BasePriority: i32,
pub ProcessId: u32,
pub ParentProcessId: u32,
pub Flags: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_ProcessSnapshotting"
, "Win32_Foundation"
Fields
ExitStatus: u32
PebBaseAddress: *mut c_void
AffinityMask: usize
BasePriority: i32
ProcessId: u32
ParentProcessId: u32
Flags: u32
Trait Implementations
impl Clone for PSS_HANDLE_ENTRY_0_2
impl Clone for PSS_HANDLE_ENTRY_0_2
impl Copy for PSS_HANDLE_ENTRY_0_2
Auto Trait Implementations
impl RefUnwindSafe for PSS_HANDLE_ENTRY_0_2
impl !Send for PSS_HANDLE_ENTRY_0_2
impl !Sync for PSS_HANDLE_ENTRY_0_2
impl Unpin for PSS_HANDLE_ENTRY_0_2
impl UnwindSafe for PSS_HANDLE_ENTRY_0_2
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