Struct IAlarmNotificationTriggerDetails_Vtbl
#[repr(C)]pub struct IAlarmNotificationTriggerDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub AlarmId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub ReminderState: unsafe extern "system" fn(_: *mut c_void, _: *mut ReminderState) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AlarmId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§Title: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§ReminderState: unsafe extern "system" fn(_: *mut c_void, _: *mut ReminderState) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAlarmNotificationTriggerDetails_Vtbl
impl RefUnwindSafe for IAlarmNotificationTriggerDetails_Vtbl
impl Send for IAlarmNotificationTriggerDetails_Vtbl
impl Sync for IAlarmNotificationTriggerDetails_Vtbl
impl Unpin for IAlarmNotificationTriggerDetails_Vtbl
impl UnwindSafe for IAlarmNotificationTriggerDetails_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