Struct windows_sys::Win32::Security::TOKEN_PRIVILEGES
[−]#[repr(C)]pub struct TOKEN_PRIVILEGES {
pub PrivilegeCount: u32,
pub Privileges: [LUID_AND_ATTRIBUTES; 1],
}
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"
Fields
PrivilegeCount: u32
Privileges: [LUID_AND_ATTRIBUTES; 1]
Trait Implementations
impl Clone for TOKEN_PRIVILEGES
impl Clone for TOKEN_PRIVILEGES
impl Copy for TOKEN_PRIVILEGES
Auto Trait Implementations
impl RefUnwindSafe for TOKEN_PRIVILEGES
impl Send for TOKEN_PRIVILEGES
impl Sync for TOKEN_PRIVILEGES
impl Unpin for TOKEN_PRIVILEGES
impl UnwindSafe for TOKEN_PRIVILEGES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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