#[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,
}
Fields§
§SecurityLimitFlags: JOB_OBJECT_SECURITY
§JobToken: HANDLE
§SidsToDisable: *mut TOKEN_GROUPS
§PrivilegesToDelete: *mut TOKEN_PRIVILEGES
§RestrictedSids: *mut TOKEN_GROUPS
Trait Implementations§
§impl Clone for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl Clone for JOBOBJECT_SECURITY_LIMIT_INFORMATION
§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 more§impl PartialEq for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl PartialEq for JOBOBJECT_SECURITY_LIMIT_INFORMATION
§fn eq(&self, other: &JOBOBJECT_SECURITY_LIMIT_INFORMATION) -> bool
fn eq(&self, other: &JOBOBJECT_SECURITY_LIMIT_INFORMATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl Eq for JOBOBJECT_SECURITY_LIMIT_INFORMATION
impl StructuralPartialEq for JOBOBJECT_SECURITY_LIMIT_INFORMATION
Auto Trait Implementations§
impl Freeze for JOBOBJECT_SECURITY_LIMIT_INFORMATION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)