Struct winapi::objidl::SOLE_AUTHENTICATION_SERVICE [] [src]

#[repr(C)]
pub struct SOLE_AUTHENTICATION_SERVICE { pub dwAuthnSvc: DWORD, pub dwAuthzSvc: DWORD, pub pPrincipalName: *mut OLECHAR, pub hr: HRESULT, }

Fields

Trait Implementations

impl Debug for SOLE_AUTHENTICATION_SERVICE
[src]

Formats the value using the given formatter.

impl Copy for SOLE_AUTHENTICATION_SERVICE
[src]

impl Clone for SOLE_AUTHENTICATION_SERVICE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more