#[repr(C)]pub struct JOBOBJECT_JOBSET_INFORMATION {
pub MemberLevel: u32,
}
Expand description
Required features: "Win32_System_JobObjects"
Fields
MemberLevel: u32
Trait Implementations
impl Clone for JOBOBJECT_JOBSET_INFORMATION
impl Clone for JOBOBJECT_JOBSET_INFORMATION
impl Copy for JOBOBJECT_JOBSET_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for JOBOBJECT_JOBSET_INFORMATION
impl Send for JOBOBJECT_JOBSET_INFORMATION
impl Sync for JOBOBJECT_JOBSET_INFORMATION
impl Unpin for JOBOBJECT_JOBSET_INFORMATION
impl UnwindSafe for JOBOBJECT_JOBSET_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