Struct winapi::shared::sspi::SecPkgContext_Bindings [−][src]
#[repr(C)]pub struct SecPkgContext_Bindings {
pub BindingsLength: c_ulong,
pub Bindings: *mut SEC_CHANNEL_BINDINGS,
}
Fields
BindingsLength: c_ulong
Bindings: *mut SEC_CHANNEL_BINDINGS
Trait Implementations
Returns the “default value” for a type. Read more