Struct winapi::sspi::SecPkgContext_StreamSizes [] [src]

pub struct SecPkgContext_StreamSizes {
    pub cbHeader: c_ulong,
    pub cbTrailer: c_ulong,
    pub cbMaximumMessage: c_ulong,
    pub cBuffers: c_ulong,
    pub cbBlockSize: c_ulong,
}

Fields

cbHeader
cbTrailer
cbMaximumMessage
cBuffers
cbBlockSize

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_StreamSizes

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

impl Copy for SecPkgContext_StreamSizes

impl Clone for SecPkgContext_StreamSizes

fn clone(&self) -> SecPkgContext_StreamSizes

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