Struct INetworkOperatorTetheringAccessPointConfiguration2_Vtbl
#[repr(C)]pub struct INetworkOperatorTetheringAccessPointConfiguration2_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsBandSupported: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiBand, _: *mut bool) -> HRESULT,
pub IsBandSupportedAsync: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiBand, _: *mut *mut c_void) -> HRESULT,
pub Band: unsafe extern "system" fn(_: *mut c_void, _: *mut TetheringWiFiBand) -> HRESULT,
pub SetBand: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiBand) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsBandSupported: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiBand, _: *mut bool) -> HRESULT§IsBandSupportedAsync: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiBand, _: *mut *mut c_void) -> HRESULT§Band: unsafe extern "system" fn(_: *mut c_void, _: *mut TetheringWiFiBand) -> HRESULT§SetBand: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiBand) -> HRESULTAuto Trait Implementations§
impl Freeze for INetworkOperatorTetheringAccessPointConfiguration2_Vtbl
impl RefUnwindSafe for INetworkOperatorTetheringAccessPointConfiguration2_Vtbl
impl Send for INetworkOperatorTetheringAccessPointConfiguration2_Vtbl
impl Sync for INetworkOperatorTetheringAccessPointConfiguration2_Vtbl
impl Unpin for INetworkOperatorTetheringAccessPointConfiguration2_Vtbl
impl UnwindSafe for INetworkOperatorTetheringAccessPointConfiguration2_Vtbl
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