Struct ITCallInfo2_Vtbl
#[repr(C)]pub struct ITCallInfo2_Vtbl {
pub base__: ITCallInfo_Vtbl,
pub get_EventFilter: unsafe extern "system" fn(_: *mut c_void, _: TAPI_EVENT, _: i32, _: *mut VARIANT_BOOL) -> HRESULT,
pub put_EventFilter: unsafe extern "system" fn(_: *mut c_void, _: TAPI_EVENT, _: i32, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: ITCallInfo_Vtbl
§get_EventFilter: unsafe extern "system" fn(_: *mut c_void, _: TAPI_EVENT, _: i32, _: *mut VARIANT_BOOL) -> HRESULT
§put_EventFilter: unsafe extern "system" fn(_: *mut c_void, _: TAPI_EVENT, _: i32, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl ITCallInfo2_Vtbl
impl ITCallInfo2_Vtbl
pub const fn new<Identity: ITCallInfo2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITCallInfo2_Vtbl
impl RefUnwindSafe for ITCallInfo2_Vtbl
impl Send for ITCallInfo2_Vtbl
impl Sync for ITCallInfo2_Vtbl
impl Unpin for ITCallInfo2_Vtbl
impl UnwindSafe for ITCallInfo2_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