Struct winapi::sspi::SecPkgContext_AuthorityA
[−]
[src]
pub struct SecPkgContext_AuthorityA { pub sAuthorityName: *mut SEC_CHAR, }
Fields
sAuthorityName |
Trait Implementations
impl Copy for SecPkgContext_AuthorityA
[src]
impl Clone for SecPkgContext_AuthorityA
[src]
fn clone(&self) -> SecPkgContext_AuthorityA
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