#[repr(C)]pub struct IPhoneLineCellularDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub SimState: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneSimState) -> HRESULT,
pub SimSlotIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub IsModemOn: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub RegistrationRejectCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetNetworkOperatorDisplayText: unsafe extern "system" fn(_: *mut c_void, _: PhoneLineNetworkOperatorDisplayTextLocation, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SimState: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneSimState) -> HRESULT
§SimSlotIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§IsModemOn: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§RegistrationRejectCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetNetworkOperatorDisplayText: unsafe extern "system" fn(_: *mut c_void, _: PhoneLineNetworkOperatorDisplayTextLocation, _: *mut MaybeUninit<HSTRING>) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPhoneLineCellularDetails_Vtbl
impl RefUnwindSafe for IPhoneLineCellularDetails_Vtbl
impl Send for IPhoneLineCellularDetails_Vtbl
impl Sync for IPhoneLineCellularDetails_Vtbl
impl Unpin for IPhoneLineCellularDetails_Vtbl
impl UnwindSafe for IPhoneLineCellularDetails_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