Struct windows_sys::Win32::System::Com::SOLE_AUTHENTICATION_INFO
[−]#[repr(C)]pub struct SOLE_AUTHENTICATION_INFO {
pub dwAuthnSvc: u32,
pub dwAuthzSvc: u32,
pub pAuthInfo: *mut c_void,
}
Expand description
Required features: "Win32_System_Com"
Fields
dwAuthnSvc: u32
dwAuthzSvc: u32
pAuthInfo: *mut c_void
Trait Implementations
impl Clone for SOLE_AUTHENTICATION_INFO
impl Clone for SOLE_AUTHENTICATION_INFO
impl Copy for SOLE_AUTHENTICATION_INFO
Auto Trait Implementations
impl RefUnwindSafe for SOLE_AUTHENTICATION_INFO
impl !Send for SOLE_AUTHENTICATION_INFO
impl !Sync for SOLE_AUTHENTICATION_INFO
impl Unpin for SOLE_AUTHENTICATION_INFO
impl UnwindSafe for SOLE_AUTHENTICATION_INFO
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