#[repr(C)]pub struct JOBOBJECT_SECURITY_LIMIT_INFORMATION {
pub SecurityLimitFlags: JOB_OBJECT_SECURITY,
pub JobToken: HANDLE,
pub SidsToDisable: *mut TOKEN_GROUPS,
pub PrivilegesToDelete: *mut TOKEN_PRIVILEGES,
pub RestrictedSids: *mut TOKEN_GROUPS,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Security"
Fields§
§SecurityLimitFlags: JOB_OBJECT_SECURITY
§JobToken: HANDLE
§SidsToDisable: *mut TOKEN_GROUPS
§PrivilegesToDelete: *mut TOKEN_PRIVILEGES
§RestrictedSids: *mut TOKEN_GROUPS
Trait Implementations§
impl Copy for JOBOBJECT_SECURITY_LIMIT_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl !Send for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl !Sync for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl Unpin for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl UnwindSafe for JOBOBJECT_SECURITY_LIMIT_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