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