Struct winapi::sspi::SecPkgContext_AuthzID [] [src]

pub struct SecPkgContext_AuthzID {
    pub AuthzIDLength: c_ulong,
    pub AuthzID: *mut c_char,
}

Fields

AuthzIDLength
AuthzID

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_AuthzID

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

impl Copy for SecPkgContext_AuthzID

impl Clone for SecPkgContext_AuthzID

fn clone(&self) -> SecPkgContext_AuthzID

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