Struct ITPhoneDeviceSpecificEvent_Vtbl
#[repr(C)]pub struct ITPhoneDeviceSpecificEvent_Vtbl {
pub base__: IDispatch_Vtbl,
pub Phone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub lParam1: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub lParam2: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub lParam3: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Phone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§lParam1: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§lParam2: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§lParam3: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl ITPhoneDeviceSpecificEvent_Vtbl
impl ITPhoneDeviceSpecificEvent_Vtbl
pub const fn new<Identity: ITPhoneDeviceSpecificEvent_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITPhoneDeviceSpecificEvent_Vtbl
impl RefUnwindSafe for ITPhoneDeviceSpecificEvent_Vtbl
impl Send for ITPhoneDeviceSpecificEvent_Vtbl
impl Sync for ITPhoneDeviceSpecificEvent_Vtbl
impl Unpin for ITPhoneDeviceSpecificEvent_Vtbl
impl UnwindSafe for ITPhoneDeviceSpecificEvent_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