Struct IWiFiOnDemandHotspotNetworkProperties_Vtbl
#[repr(C)]pub struct IWiFiOnDemandHotspotNetworkProperties_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT,
pub SetSsid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT§SetSsid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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) -> HRESULTAuto 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