#[repr(C)]pub struct IAppointmentException_Vtbl {
pub base__: IInspectable_Vtbl,
pub Appointment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExceptionProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsDeleted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Appointment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ExceptionProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsDeleted: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppointmentException_Vtbl
impl RefUnwindSafe for IAppointmentException_Vtbl
impl Send for IAppointmentException_Vtbl
impl Sync for IAppointmentException_Vtbl
impl Unpin for IAppointmentException_Vtbl
impl UnwindSafe for IAppointmentException_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