Struct winapi::sspi::SecPkgInfoW [] [src]

pub struct SecPkgInfoW {
    pub fCapabilities: c_ulong,
    pub wVersion: c_ushort,
    pub wRPCID: c_ushort,
    pub cbMaxToken: c_ulong,
    pub Name: *mut SEC_WCHAR,
    pub Comment: *mut SEC_WCHAR,
}

Fields

fCapabilities: c_ulong wVersion: c_ushort wRPCID: c_ushort cbMaxToken: c_ulong Name: *mut SEC_WCHAR Comment: *mut SEC_WCHAR

Trait Implementations

impl Debug for SecPkgInfoW
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgInfoW
[src]

impl Clone for SecPkgInfoW
[src]

fn clone(&self) -> SecPkgInfoW

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