#[repr(C)]pub struct JOBOBJECT_INTERFERENCE_INFORMATION {
pub Count: u64,
}Fieldsยง
ยงCount: u64Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for JOBOBJECT_INTERFERENCE_INFORMATION
impl Send for JOBOBJECT_INTERFERENCE_INFORMATION
impl Sync for JOBOBJECT_INTERFERENCE_INFORMATION
impl Unpin for JOBOBJECT_INTERFERENCE_INFORMATION
impl UnwindSafe for JOBOBJECT_INTERFERENCE_INFORMATION
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more