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: DWORD dwAuthzSvc: DWORD pPrincipalName: *mut OLECHAR hr: HRESULT

Trait Implementations

impl Debug for SOLE_AUTHENTICATION_SERVICE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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