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
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