Struct winapi::sspi::SecPkgContext_Sizes [] [src]

pub struct SecPkgContext_Sizes {
    pub cbMaxToken: c_ulong,
    pub cbMaxSignature: c_ulong,
    pub cbBlockSize: c_ulong,
    pub cbSecurityTrailer: c_ulong,
}

Fields

cbMaxToken
cbMaxSignature
cbBlockSize
cbSecurityTrailer

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_Sizes

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

impl Copy for SecPkgContext_Sizes

impl Clone for SecPkgContext_Sizes

fn clone(&self) -> SecPkgContext_Sizes

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