Struct winapi::sspi::SecPkgInfoA [] [src]

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

Fields

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

Trait Implementations

impl Debug for SecPkgInfoA
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgInfoA
[src]

impl Clone for SecPkgInfoA
[src]

fn clone(&self) -> SecPkgInfoA

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