Struct windows_sys::Win32::System::Com::COAUTHINFO
[−]#[repr(C)]pub struct COAUTHINFO {
pub dwAuthnSvc: u32,
pub dwAuthzSvc: u32,
pub pwszServerPrincName: PWSTR,
pub dwAuthnLevel: u32,
pub dwImpersonationLevel: u32,
pub pAuthIdentityData: *mut COAUTHIDENTITY,
pub dwCapabilities: u32,
}
Expand description
Required features: "Win32_System_Com"
Fields
dwAuthnSvc: u32
dwAuthzSvc: u32
pwszServerPrincName: PWSTR
dwAuthnLevel: u32
dwImpersonationLevel: u32
pAuthIdentityData: *mut COAUTHIDENTITY
dwCapabilities: u32
Trait Implementations
impl Clone for COAUTHINFO
impl Clone for COAUTHINFO
impl Copy for COAUTHINFO
Auto Trait Implementations
impl RefUnwindSafe for COAUTHINFO
impl !Send for COAUTHINFO
impl !Sync for COAUTHINFO
impl Unpin for COAUTHINFO
impl UnwindSafe for COAUTHINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more