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