#[repr(C)]pub struct IMobileBroadbandModemIsolation_Vtbl {
pub base__: IInspectable_Vtbl,
pub AddAllowedHost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddAllowedHostRange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub ApplyConfigurationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ClearConfigurationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AddAllowedHost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AddAllowedHostRange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§ApplyConfigurationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ClearConfigurationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMobileBroadbandModemIsolation_Vtbl
impl RefUnwindSafe for IMobileBroadbandModemIsolation_Vtbl
impl Send for IMobileBroadbandModemIsolation_Vtbl
impl Sync for IMobileBroadbandModemIsolation_Vtbl
impl Unpin for IMobileBroadbandModemIsolation_Vtbl
impl UnwindSafe for IMobileBroadbandModemIsolation_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