Struct winapi::objidl::SOLE_AUTHENTICATION_SERVICE
[−]
[src]
pub struct SOLE_AUTHENTICATION_SERVICE {
pub dwAuthnSvc: DWORD,
pub dwAuthzSvc: DWORD,
pub pPrincipalName: *mut OLECHAR,
pub hr: HRESULT,
}Fields
dwAuthnSvc | |
dwAuthzSvc | |
pPrincipalName | |
hr |
Trait Implementations
impl Copy for SOLE_AUTHENTICATION_SERVICE[src]
impl Clone for SOLE_AUTHENTICATION_SERVICE[src]
fn clone(&self) -> SOLE_AUTHENTICATION_SERVICE
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