#[repr(C)]pub struct IPortableDeviceEventCallback {
pub lpVtbl: *const IPortableDeviceEventCallbackVtbl,
}
Fields§
§lpVtbl: *const IPortableDeviceEventCallbackVtbl
Implementations§
Source§impl IPortableDeviceEventCallback
impl IPortableDeviceEventCallback
pub unsafe fn OnEvent( &self, pEventParameters: *mut IPortableDeviceValues, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IPortableDeviceEventCallback
impl Deref for IPortableDeviceEventCallback
Auto Trait Implementations§
impl Freeze for IPortableDeviceEventCallback
impl RefUnwindSafe for IPortableDeviceEventCallback
impl !Send for IPortableDeviceEventCallback
impl !Sync for IPortableDeviceEventCallback
impl Unpin for IPortableDeviceEventCallback
impl UnwindSafe for IPortableDeviceEventCallback
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