Struct winapi::TOKEN_PRIVILEGES
[-] [+]
[src]
pub struct TOKEN_PRIVILEGES { pub PrivilegeCount: DWORD, pub Privileges: [LUID_AND_ATTRIBUTES; 0], }
Fields
PrivilegeCount | |
Privileges |
pub struct TOKEN_PRIVILEGES { pub PrivilegeCount: DWORD, pub Privileges: [LUID_AND_ATTRIBUTES; 0], }
PrivilegeCount | |
Privileges |
impl Debug for TOKEN_PRIVILEGES
impl Copy for TOKEN_PRIVILEGES
impl Clone for TOKEN_PRIVILEGES
fn clone(&self) -> TOKEN_PRIVILEGES
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).