Trait IDot11AdHocSecuritySettings_Impl
pub trait IDot11AdHocSecuritySettings_Impl: IUnknownImpl {
// Required methods
fn GetDot11AuthAlgorithm(
&self,
pauth: *mut DOT11_ADHOC_AUTH_ALGORITHM,
) -> Result<()>;
fn GetDot11CipherAlgorithm(
&self,
pcipher: *mut DOT11_ADHOC_CIPHER_ALGORITHM,
) -> Result<()>;
}
Required Methods§
fn GetDot11AuthAlgorithm( &self, pauth: *mut DOT11_ADHOC_AUTH_ALGORITHM, ) -> Result<()>
fn GetDot11CipherAlgorithm( &self, pcipher: *mut DOT11_ADHOC_CIPHER_ALGORITHM, ) -> 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.