Struct winapi::sspi::SecPkgContext_Bindings [] [src]

pub struct SecPkgContext_Bindings {
    pub BindingsLength: c_ulong,
    pub Bindings: *mut SEC_CHANNEL_BINDINGS,
}

Fields

BindingsLength
Bindings

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_Bindings

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

impl Copy for SecPkgContext_Bindings

impl Clone for SecPkgContext_Bindings

fn clone(&self) -> SecPkgContext_Bindings

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