#[repr(C)]pub struct PSS_HANDLE_ENTRY_0_3 {
pub BaseAddress: *mut c_void,
pub AllocationAttributes: u32,
pub MaximumSize: i64,
}
Expand description
Required features: ‘Win32_System_Diagnostics_ProcessSnapshotting’, ‘Win32_Foundation’
Fields
BaseAddress: *mut c_void
AllocationAttributes: u32
MaximumSize: i64
Trait Implementations
impl Clone for PSS_HANDLE_ENTRY_0_3
impl Clone for PSS_HANDLE_ENTRY_0_3
impl Copy for PSS_HANDLE_ENTRY_0_3
Auto Trait Implementations
impl RefUnwindSafe for PSS_HANDLE_ENTRY_0_3
impl !Send for PSS_HANDLE_ENTRY_0_3
impl !Sync for PSS_HANDLE_ENTRY_0_3
impl Unpin for PSS_HANDLE_ENTRY_0_3
impl UnwindSafe for PSS_HANDLE_ENTRY_0_3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more