Struct windows_sys::Win32::System::Search::AUTHENTICATION_INFO
[−]#[repr(C)]pub struct AUTHENTICATION_INFO {
pub dwSize: u32,
pub atAuthenticationType: AUTH_TYPE,
pub pcwszUser: PCWSTR,
pub pcwszPassword: PCWSTR,
}
Expand description
Required features: ‘Win32_System_Search’
Fields
dwSize: u32
atAuthenticationType: AUTH_TYPE
pcwszUser: PCWSTR
pcwszPassword: PCWSTR
Trait Implementations
impl Clone for AUTHENTICATION_INFO
impl Clone for AUTHENTICATION_INFO
impl Copy for AUTHENTICATION_INFO
Auto Trait Implementations
impl RefUnwindSafe for AUTHENTICATION_INFO
impl !Send for AUTHENTICATION_INFO
impl !Sync for AUTHENTICATION_INFO
impl Unpin for AUTHENTICATION_INFO
impl UnwindSafe for AUTHENTICATION_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more