#[repr(C)]pub struct IPhoneCallManagerStatics2_Vtbl {
pub base__: IInspectable_Vtbl,
pub CallStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveCallStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub IsCallActive: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsCallIncoming: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ShowPhoneCallSettingsUI: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RequestStoreAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CallStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveCallStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§IsCallActive: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsCallIncoming: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ShowPhoneCallSettingsUI: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RequestStoreAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPhoneCallManagerStatics2_Vtbl
impl RefUnwindSafe for IPhoneCallManagerStatics2_Vtbl
impl Send for IPhoneCallManagerStatics2_Vtbl
impl Sync for IPhoneCallManagerStatics2_Vtbl
impl Unpin for IPhoneCallManagerStatics2_Vtbl
impl UnwindSafe for IPhoneCallManagerStatics2_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