#[repr(C)]pub struct IWiFiOnDemandHotspotNetworkProperties_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Availability: unsafe extern "system" fn(_: *mut c_void, _: *mut WiFiOnDemandHotspotAvailability) -> HRESULT,
pub SetAvailability: unsafe extern "system" fn(_: *mut c_void, _: WiFiOnDemandHotspotAvailability) -> HRESULT,
pub RemainingBatteryPercent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRemainingBatteryPercent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CellularBars: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCellularBars: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsMetered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsMetered: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Ssid: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetSsid: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Password: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPassword: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Availability: unsafe extern "system" fn(_: *mut c_void, _: *mut WiFiOnDemandHotspotAvailability) -> HRESULT
§SetAvailability: unsafe extern "system" fn(_: *mut c_void, _: WiFiOnDemandHotspotAvailability) -> HRESULT
§RemainingBatteryPercent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetRemainingBatteryPercent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CellularBars: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetCellularBars: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§IsMetered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsMetered: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Ssid: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetSsid: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Password: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPassword: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWiFiOnDemandHotspotNetworkProperties_Vtbl
impl RefUnwindSafe for IWiFiOnDemandHotspotNetworkProperties_Vtbl
impl Send for IWiFiOnDemandHotspotNetworkProperties_Vtbl
impl Sync for IWiFiOnDemandHotspotNetworkProperties_Vtbl
impl Unpin for IWiFiOnDemandHotspotNetworkProperties_Vtbl
impl UnwindSafe for IWiFiOnDemandHotspotNetworkProperties_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