#[repr(C)]pub struct IDot11AdHocSecuritySettingsVtbl {
pub parent: IUnknownVtbl,
pub GetDot11AuthAlgorithm: unsafe extern "system" fn(This: *mut IDot11AdHocSecuritySettings, pAuth: *mut DOT11_ADHOC_AUTH_ALGORITHM) -> HRESULT,
pub GetDot11CipherAlgorithm: unsafe extern "system" fn(This: *mut IDot11AdHocSecuritySettings, pCipher: *mut DOT11_ADHOC_CIPHER_ALGORITHM) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§GetDot11AuthAlgorithm: unsafe extern "system" fn(This: *mut IDot11AdHocSecuritySettings, pAuth: *mut DOT11_ADHOC_AUTH_ALGORITHM) -> HRESULT
§GetDot11CipherAlgorithm: unsafe extern "system" fn(This: *mut IDot11AdHocSecuritySettings, pCipher: *mut DOT11_ADHOC_CIPHER_ALGORITHM) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDot11AdHocSecuritySettingsVtbl
impl RefUnwindSafe for IDot11AdHocSecuritySettingsVtbl
impl Send for IDot11AdHocSecuritySettingsVtbl
impl Sync for IDot11AdHocSecuritySettingsVtbl
impl Unpin for IDot11AdHocSecuritySettingsVtbl
impl UnwindSafe for IDot11AdHocSecuritySettingsVtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more