#[repr(C)]pub struct IContactInformation2_Vtbl {
pub base__: IInspectable_Vtbl,
pub DisplayPictureDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub SetDisplayPictureDate: unsafe extern "system" fn(_: *mut c_void, _: DateTime) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DisplayPictureDate: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§SetDisplayPictureDate: unsafe extern "system" fn(_: *mut c_void, _: DateTime) -> HRESULT
Implementations§
§impl IContactInformation2_Vtbl
impl IContactInformation2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IContactInformation2_Vtblwhere
Identity: IContactInformation2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactInformation2_Vtbl
impl RefUnwindSafe for IContactInformation2_Vtbl
impl Send for IContactInformation2_Vtbl
impl Sync for IContactInformation2_Vtbl
impl Unpin for IContactInformation2_Vtbl
impl UnwindSafe for IContactInformation2_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