Struct windows::Win32::Devices::Tapi::ITCallNotificationEvent_Vtbl
#[repr(C)]pub struct ITCallNotificationEvent_Vtbl {
pub base__: IDispatch_Vtbl,
pub Call: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Event: unsafe extern "system" fn(_: *mut c_void, _: *mut CALL_NOTIFICATION_EVENT) -> HRESULT,
pub CallbackInstance: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Call: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Event: unsafe extern "system" fn(_: *mut c_void, _: *mut CALL_NOTIFICATION_EVENT) -> HRESULT
§CallbackInstance: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl ITCallNotificationEvent_Vtbl
impl ITCallNotificationEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITCallNotificationEvent_Vtblwhere
Identity: ITCallNotificationEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITCallNotificationEvent_Vtbl
impl RefUnwindSafe for ITCallNotificationEvent_Vtbl
impl Send for ITCallNotificationEvent_Vtbl
impl Sync for ITCallNotificationEvent_Vtbl
impl Unpin for ITCallNotificationEvent_Vtbl
impl UnwindSafe for ITCallNotificationEvent_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