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_PRIVILEGESimpl Copy for TOKEN_PRIVILEGESimpl Clone for TOKEN_PRIVILEGESfn clone(&self) -> TOKEN_PRIVILEGESfn 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).