Struct winapi::sspi::SecPkgContext_DceInfo [] [src]

pub struct SecPkgContext_DceInfo {
    pub AuthzSvc: c_ulong,
    pub pPac: *mut c_void,
}

Fields

AuthzSvc
pPac

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_DceInfo

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

impl Copy for SecPkgContext_DceInfo

impl Clone for SecPkgContext_DceInfo

fn clone(&self) -> SecPkgContext_DceInfo

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