Struct windows::ApplicationModel::Contacts::IContactField_Vtbl
#[repr(C)]pub struct IContactField_Vtbl {
pub base__: IInspectable_Vtbl,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactFieldType) -> HRESULT,
pub Category: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactFieldCategory) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactFieldType) -> HRESULT
§Category: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactFieldCategory) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
Implementations§
§impl IContactField_Vtbl
impl IContactField_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IContactField_Vtblwhere
Identity: IContactField_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactField_Vtbl
impl RefUnwindSafe for IContactField_Vtbl
impl Send for IContactField_Vtbl
impl Sync for IContactField_Vtbl
impl Unpin for IContactField_Vtbl
impl UnwindSafe for IContactField_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