#[repr(C)]pub struct JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION {
pub BasicInfo: JOBOBJECT_BASIC_ACCOUNTING_INFORMATION,
pub IoInfo: IO_COUNTERS,
}
Expand description
Required features: "Win32_System_JobObjects"
, "Win32_System_Threading"
Fields
BasicInfo: JOBOBJECT_BASIC_ACCOUNTING_INFORMATION
IoInfo: IO_COUNTERS
Trait Implementations
impl Copy for JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION
impl Send for JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION
impl Sync for JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION
impl Unpin for JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION
impl UnwindSafe for JOBOBJECT_BASIC_AND_IO_ACCOUNTING_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