#[repr(C)]pub struct IPhoneNotificationTriggerDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub PhoneNotificationType: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneNotificationType) -> HRESULT,
pub CallDetails: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PhoneLineChangedId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PhoneNotificationType: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneNotificationType) -> HRESULT
§CallDetails: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PhoneLineChangedId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPhoneNotificationTriggerDetails_Vtbl
impl RefUnwindSafe for IPhoneNotificationTriggerDetails_Vtbl
impl Send for IPhoneNotificationTriggerDetails_Vtbl
impl Sync for IPhoneNotificationTriggerDetails_Vtbl
impl Unpin for IPhoneNotificationTriggerDetails_Vtbl
impl UnwindSafe for IPhoneNotificationTriggerDetails_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