Struct INetworkOperatorTetheringManagerStatics4_Vtbl
#[repr(C)]pub struct INetworkOperatorTetheringManagerStatics4_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsNoConnectionsTimeoutEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub EnableNoConnectionsTimeout: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EnableNoConnectionsTimeoutAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DisableNoConnectionsTimeout: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DisableNoConnectionsTimeoutAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsNoConnectionsTimeoutEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§EnableNoConnectionsTimeout: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§EnableNoConnectionsTimeoutAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DisableNoConnectionsTimeout: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§DisableNoConnectionsTimeoutAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for INetworkOperatorTetheringManagerStatics4_Vtbl
impl RefUnwindSafe for INetworkOperatorTetheringManagerStatics4_Vtbl
impl Send for INetworkOperatorTetheringManagerStatics4_Vtbl
impl Sync for INetworkOperatorTetheringManagerStatics4_Vtbl
impl Unpin for INetworkOperatorTetheringManagerStatics4_Vtbl
impl UnwindSafe for INetworkOperatorTetheringManagerStatics4_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