Struct winapi::um::winnt::JOBOBJECT_SECURITY_LIMIT_INFORMATION
source · #[repr(C)]pub struct JOBOBJECT_SECURITY_LIMIT_INFORMATION {
pub SecurityLimitFlags: DWORD,
pub JobToken: HANDLE,
pub SidsToDisable: PTOKEN_GROUPS,
pub PrivilegesToDelete: PTOKEN_PRIVILEGES,
pub RestrictedSids: PTOKEN_GROUPS,
}
Fields§
§SecurityLimitFlags: DWORD
§JobToken: HANDLE
§SidsToDisable: PTOKEN_GROUPS
§PrivilegesToDelete: PTOKEN_PRIVILEGES
§RestrictedSids: PTOKEN_GROUPS
Trait Implementations§
source§impl Clone for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl Clone for JOBOBJECT_SECURITY_LIMIT_INFORMATION
source§fn clone(&self) -> JOBOBJECT_SECURITY_LIMIT_INFORMATION
fn clone(&self) -> JOBOBJECT_SECURITY_LIMIT_INFORMATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl Default for JOBOBJECT_SECURITY_LIMIT_INFORMATION
source§fn default() -> JOBOBJECT_SECURITY_LIMIT_INFORMATION
fn default() -> JOBOBJECT_SECURITY_LIMIT_INFORMATION
Returns the “default value” for a type. Read more