Struct IPhoneIncomingCallDismissedTriggerDetails_Vtbl
#[repr(C)]pub struct IPhoneIncomingCallDismissedTriggerDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub LineId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub PhoneNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DismissalTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub TextReplyMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Reason: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneIncomingCallDismissedReason) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§LineId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§PhoneNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DismissalTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT§TextReplyMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Reason: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneIncomingCallDismissedReason) -> HRESULTAuto Trait Implementations§
impl Freeze for IPhoneIncomingCallDismissedTriggerDetails_Vtbl
impl RefUnwindSafe for IPhoneIncomingCallDismissedTriggerDetails_Vtbl
impl Send for IPhoneIncomingCallDismissedTriggerDetails_Vtbl
impl Sync for IPhoneIncomingCallDismissedTriggerDetails_Vtbl
impl Unpin for IPhoneIncomingCallDismissedTriggerDetails_Vtbl
impl UnwindSafe for IPhoneIncomingCallDismissedTriggerDetails_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