Struct IPhoneCallHistoryEntryAddress_Vtbl
#[repr(C)]pub struct IPhoneCallHistoryEntryAddress_Vtbl {
pub base__: IInspectable_Vtbl,
pub ContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RawAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRawAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RawAddressKind: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneCallHistoryEntryRawAddressKind) -> HRESULT,
pub SetRawAddressKind: unsafe extern "system" fn(_: *mut c_void, _: PhoneCallHistoryEntryRawAddressKind) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§RawAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetRawAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§RawAddressKind: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneCallHistoryEntryRawAddressKind) -> HRESULT§SetRawAddressKind: unsafe extern "system" fn(_: *mut c_void, _: PhoneCallHistoryEntryRawAddressKind) -> HRESULTAuto Trait Implementations§
impl Freeze for IPhoneCallHistoryEntryAddress_Vtbl
impl RefUnwindSafe for IPhoneCallHistoryEntryAddress_Vtbl
impl Send for IPhoneCallHistoryEntryAddress_Vtbl
impl Sync for IPhoneCallHistoryEntryAddress_Vtbl
impl Unpin for IPhoneCallHistoryEntryAddress_Vtbl
impl UnwindSafe for IPhoneCallHistoryEntryAddress_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