Struct winapi::TOKEN_PRIVILEGES [] [src]

pub struct TOKEN_PRIVILEGES {
    pub PrivilegeCount: DWORD,
    pub Privileges: [LUID_AND_ATTRIBUTES; 0],
}

Fields

PrivilegeCount
Privileges

Trait Implementations

Derived Implementations

impl Debug for TOKEN_PRIVILEGES

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for TOKEN_PRIVILEGES

impl Clone for TOKEN_PRIVILEGES

fn clone(&self) -> TOKEN_PRIVILEGES

fn clone_from(&mut self, source: &Self)