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