Struct windows_sys::Win32::Security::PRIVILEGE_SET
#[repr(C)]pub struct PRIVILEGE_SET {
pub PrivilegeCount: u32,
pub Control: u32,
pub Privilege: [LUID_AND_ATTRIBUTES; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§PrivilegeCount: u32
§Control: u32
§Privilege: [LUID_AND_ATTRIBUTES; 1]
Trait Implementations§
§impl Clone for PRIVILEGE_SET
impl Clone for PRIVILEGE_SET
impl Copy for PRIVILEGE_SET
Auto Trait Implementations§
impl RefUnwindSafe for PRIVILEGE_SET
impl Send for PRIVILEGE_SET
impl Sync for PRIVILEGE_SET
impl Unpin for PRIVILEGE_SET
impl UnwindSafe for PRIVILEGE_SET
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