Struct winapi::sspi::SEC_WINNT_AUTH_DATA
[−]
[src]
pub struct SEC_WINNT_AUTH_DATA {
pub CredType: GUID,
pub CredData: SEC_WINNT_AUTH_BYTE_VECTOR,
}Fields
CredType | |
CredData |
Trait Implementations
impl Copy for SEC_WINNT_AUTH_DATA[src]
impl Clone for SEC_WINNT_AUTH_DATA[src]
fn clone(&self) -> SEC_WINNT_AUTH_DATA
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