Struct winapi::um::winnt::PRIVILEGE_SET
source · #[repr(C)]pub struct PRIVILEGE_SET {
pub PrivilegeCount: DWORD,
pub Control: DWORD,
pub Privilege: [LUID_AND_ATTRIBUTES; 1],
}
Fields§
§PrivilegeCount: DWORD
§Control: DWORD
§Privilege: [LUID_AND_ATTRIBUTES; 1]
Trait Implementations§
source§impl Clone for PRIVILEGE_SET
impl Clone for PRIVILEGE_SET
source§fn clone(&self) -> PRIVILEGE_SET
fn clone(&self) -> PRIVILEGE_SET
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 PRIVILEGE_SET
impl Default for PRIVILEGE_SET
source§fn default() -> PRIVILEGE_SET
fn default() -> PRIVILEGE_SET
Returns the “default value” for a type. Read more