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: c_ulong cbMaxSignature: c_ulong cbBlockSize: c_ulong cbSecurityTrailer: c_ulong

Trait Implementations

impl Debug for SecPkgContext_Sizes
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgContext_Sizes
[src]

impl Clone for SecPkgContext_Sizes
[src]

fn clone(&self) -> SecPkgContext_Sizes

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more