Struct winapi::winnt::TOKEN_PRIVILEGES
[−]
[src]
pub struct TOKEN_PRIVILEGES { pub PrivilegeCount: DWORD, pub Privileges: [LUID_AND_ATTRIBUTES; 0], }
Fields
PrivilegeCount | |
Privileges |
Trait Implementations
impl Copy for TOKEN_PRIVILEGES
[src]
impl Clone for TOKEN_PRIVILEGES
[src]
fn clone(&self) -> TOKEN_PRIVILEGES
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more