#[repr(C)]
pub struct PF_PRIVSOURCE_INFO { pub DbInfo: PFS_PRIVATE_PAGE_SOURCE, pub EProcess: PVOID, pub WsPrivatePages: SIZE_T, pub TotalPrivatePages: SIZE_T, pub SessionID: ULONG, pub ImageName: [CHAR; 16], pub u: PF_PRIVSOURCE_INFO_u, pub WsTotalPages: ULONG_PTR, pub DeepFreezeTimeMs: ULONG, pub BitFields: ULONG, }

Fields

DbInfo: PFS_PRIVATE_PAGE_SOURCEEProcess: PVOIDWsPrivatePages: SIZE_TTotalPrivatePages: SIZE_TSessionID: ULONGImageName: [CHAR; 16]u: PF_PRIVSOURCE_INFO_uWsTotalPages: ULONG_PTRDeepFreezeTimeMs: ULONGBitFields: ULONG

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.