Struct winapi::winnt::TOKEN_PRIVILEGES [] [src]

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

Fields

PrivilegeCount: DWORD Privileges: [LUID_AND_ATTRIBUTES; 0]

Trait Implementations

impl Debug for TOKEN_PRIVILEGES
[src]

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

Formats the value using the given formatter.