Struct IMobileBroadbandModem4_Vtbl
#[repr(C)]pub struct IMobileBroadbandModem4_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetIsPassthroughEnabledWithSlotIndexAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: i32, _: *mut *mut c_void) -> HRESULT,
pub GetIsPassthroughEnabledWithSlotIndexAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub SetIsPassthroughEnabledWithSlotIndex: unsafe extern "system" fn(_: *mut c_void, _: bool, _: i32, _: *mut MobileBroadbandModemStatus) -> HRESULT,
pub GetIsPassthroughEnabledWithSlotIndex: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetIsPassthroughEnabledWithSlotIndexAsync: unsafe extern "system" fn(_: *mut c_void, _: bool, _: i32, _: *mut *mut c_void) -> HRESULT
§GetIsPassthroughEnabledWithSlotIndexAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§SetIsPassthroughEnabledWithSlotIndex: unsafe extern "system" fn(_: *mut c_void, _: bool, _: i32, _: *mut MobileBroadbandModemStatus) -> HRESULT
§GetIsPassthroughEnabledWithSlotIndex: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMobileBroadbandModem4_Vtbl
impl RefUnwindSafe for IMobileBroadbandModem4_Vtbl
impl Send for IMobileBroadbandModem4_Vtbl
impl Sync for IMobileBroadbandModem4_Vtbl
impl Unpin for IMobileBroadbandModem4_Vtbl
impl UnwindSafe for IMobileBroadbandModem4_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