Struct winapi::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.

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