#[repr(C)]pub struct IPortableDeviceEventCallbackVtbl {
pub parent: IUnknownVtbl,
pub OnEvent: unsafe extern "system" fn(This: *mut IPortableDeviceEventCallback, pEventParameters: *mut IPortableDeviceValues) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§OnEvent: unsafe extern "system" fn(This: *mut IPortableDeviceEventCallback, pEventParameters: *mut IPortableDeviceValues) -> HRESULTAuto Trait Implementations§
impl Freeze for IPortableDeviceEventCallbackVtbl
impl RefUnwindSafe for IPortableDeviceEventCallbackVtbl
impl Send for IPortableDeviceEventCallbackVtbl
impl Sync for IPortableDeviceEventCallbackVtbl
impl Unpin for IPortableDeviceEventCallbackVtbl
impl UnwindSafe for IPortableDeviceEventCallbackVtbl
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