Struct ITAddressDeviceSpecificEvent_Vtbl
#[repr(C)]pub struct ITAddressDeviceSpecificEvent_Vtbl {
pub base__: IDispatch_Vtbl,
pub Address: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Call: 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
§Address: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Call: 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 ITAddressDeviceSpecificEvent_Vtbl
impl ITAddressDeviceSpecificEvent_Vtbl
pub const fn new<Identity: ITAddressDeviceSpecificEvent_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITAddressDeviceSpecificEvent_Vtbl
impl RefUnwindSafe for ITAddressDeviceSpecificEvent_Vtbl
impl Send for ITAddressDeviceSpecificEvent_Vtbl
impl Sync for ITAddressDeviceSpecificEvent_Vtbl
impl Unpin for ITAddressDeviceSpecificEvent_Vtbl
impl UnwindSafe for ITAddressDeviceSpecificEvent_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