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: c_ulong cbTrailer: c_ulong cbMaximumMessage: c_ulong cBuffers: c_ulong cbBlockSize: c_ulong

Trait Implementations

impl Debug for SecPkgContext_StreamSizes
[src]

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

Formats the value using the given formatter.

impl Copy for SecPkgContext_StreamSizes
[src]

impl Clone for SecPkgContext_StreamSizes
[src]

fn clone(&self) -> SecPkgContext_StreamSizes

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