Struct IAccessoryNotificationTriggerDetails_Vtbl
#[repr(C)]pub struct IAccessoryNotificationTriggerDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub TimeCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub AppDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AppId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AccessoryNotificationType: unsafe extern "system" fn(_: *mut c_void, _: *mut AccessoryNotificationType) -> HRESULT,
pub StartedProcessing: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetStartedProcessing: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TimeCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§AppDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AppId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AccessoryNotificationType: unsafe extern "system" fn(_: *mut c_void, _: *mut AccessoryNotificationType) -> HRESULT
§StartedProcessing: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetStartedProcessing: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Implementations§
§impl IAccessoryNotificationTriggerDetails_Vtbl
impl IAccessoryNotificationTriggerDetails_Vtbl
pub const fn new<Identity: IAccessoryNotificationTriggerDetails_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAccessoryNotificationTriggerDetails_Vtbl
impl RefUnwindSafe for IAccessoryNotificationTriggerDetails_Vtbl
impl Send for IAccessoryNotificationTriggerDetails_Vtbl
impl Sync for IAccessoryNotificationTriggerDetails_Vtbl
impl Unpin for IAccessoryNotificationTriggerDetails_Vtbl
impl UnwindSafe for IAccessoryNotificationTriggerDetails_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