#[repr(C)]pub struct IContactCardOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub HeaderKind: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactCardHeaderKind) -> HRESULT,
pub SetHeaderKind: unsafe extern "system" fn(_: *mut c_void, _: ContactCardHeaderKind) -> HRESULT,
pub InitialTabKind: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactCardTabKind) -> HRESULT,
pub SetInitialTabKind: unsafe extern "system" fn(_: *mut c_void, _: ContactCardTabKind) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§HeaderKind: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactCardHeaderKind) -> HRESULT
§SetHeaderKind: unsafe extern "system" fn(_: *mut c_void, _: ContactCardHeaderKind) -> HRESULT
§InitialTabKind: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactCardTabKind) -> HRESULT
§SetInitialTabKind: unsafe extern "system" fn(_: *mut c_void, _: ContactCardTabKind) -> HRESULT
Auto Trait Implementations§
impl Freeze for IContactCardOptions_Vtbl
impl RefUnwindSafe for IContactCardOptions_Vtbl
impl Send for IContactCardOptions_Vtbl
impl Sync for IContactCardOptions_Vtbl
impl Unpin for IContactCardOptions_Vtbl
impl UnwindSafe for IContactCardOptions_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