Trait IAuthenticateEx_Impl
pub trait IAuthenticateEx_Impl: IAuthenticate_Impl {
// Required method
fn AuthenticateEx(
&self,
phwnd: *mut HWND,
pszusername: *mut PWSTR,
pszpassword: *mut PWSTR,
pauthinfo: *const AUTHENTICATEINFO,
) -> Result<()>;
}
Required Methods§
fn AuthenticateEx( &self, phwnd: *mut HWND, pszusername: *mut PWSTR, pszpassword: *mut PWSTR, pauthinfo: *const AUTHENTICATEINFO, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.