Struct winapi::sspi::SecPkgInfoA
[−]
[src]
pub struct SecPkgInfoA { pub fCapabilities: c_ulong, pub wVersion: c_ushort, pub wRPCID: c_ushort, pub cbMaxToken: c_ulong, pub Name: *mut SEC_CHAR, pub Comment: *mut SEC_CHAR, }
Fields
fCapabilities | |
wVersion | |
wRPCID | |
cbMaxToken | |
Name | |
Comment |
Trait Implementations
impl Copy for SecPkgInfoA
[src]
impl Clone for SecPkgInfoA
[src]
fn clone(&self) -> SecPkgInfoA
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