Struct windows::ApplicationModel::Calls::IPhoneCallInfo_Vtbl
#[repr(C)]pub struct IPhoneCallInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub LineId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub IsHoldSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub PhoneNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub CallDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneCallDirection) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§LineId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§IsHoldSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§PhoneNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§CallDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneCallDirection) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPhoneCallInfo_Vtbl
impl RefUnwindSafe for IPhoneCallInfo_Vtbl
impl Send for IPhoneCallInfo_Vtbl
impl Sync for IPhoneCallInfo_Vtbl
impl Unpin for IPhoneCallInfo_Vtbl
impl UnwindSafe for IPhoneCallInfo_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