Struct winapi::schannel::SecPkgContext_MappedCredAttr [] [src]

pub struct SecPkgContext_MappedCredAttr {
    pub dwAttribute: DWORD,
    pub pvBuffer: PVOID,
}

Fields

dwAttribute
pvBuffer

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_MappedCredAttr

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

impl Copy for SecPkgContext_MappedCredAttr

impl Clone for SecPkgContext_MappedCredAttr

fn clone(&self) -> SecPkgContext_MappedCredAttr

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