Struct windows::ApplicationModel::Contacts::IContactDate_Vtbl
#[repr(C)]pub struct IContactDate_Vtbl {
pub base__: IInspectable_Vtbl,
pub Day: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDay: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Month: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMonth: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Year: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetYear: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactDateKind) -> HRESULT,
pub SetKind: unsafe extern "system" fn(_: *mut c_void, _: ContactDateKind) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Day: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDay: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Month: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetMonth: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Year: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetYear: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut ContactDateKind) -> HRESULT
§SetKind: unsafe extern "system" fn(_: *mut c_void, _: ContactDateKind) -> HRESULT
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
Auto Trait Implementations§
impl Freeze for IContactDate_Vtbl
impl RefUnwindSafe for IContactDate_Vtbl
impl Send for IContactDate_Vtbl
impl Sync for IContactDate_Vtbl
impl Unpin for IContactDate_Vtbl
impl UnwindSafe for IContactDate_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