Struct winapi::um::winnt::JOBOBJECT_EXTENDED_LIMIT_INFORMATION [−][src]
#[repr(C)]pub struct JOBOBJECT_EXTENDED_LIMIT_INFORMATION {
pub BasicLimitInformation: JOBOBJECT_BASIC_LIMIT_INFORMATION,
pub IoInfo: IO_COUNTERS,
pub ProcessMemoryLimit: SIZE_T,
pub JobMemoryLimit: SIZE_T,
pub PeakProcessMemoryUsed: SIZE_T,
pub PeakJobMemoryUsed: SIZE_T,
}Fields
BasicLimitInformation: JOBOBJECT_BASIC_LIMIT_INFORMATIONIoInfo: IO_COUNTERSProcessMemoryLimit: SIZE_TJobMemoryLimit: SIZE_TPeakProcessMemoryUsed: SIZE_TPeakJobMemoryUsed: SIZE_TTrait Implementations
Returns the “default value” for a type. Read more