Struct IUPnPDeviceFinderCallback_Vtbl
#[repr(C)]pub struct IUPnPDeviceFinderCallback_Vtbl {
pub base__: IUnknown_Vtbl,
pub DeviceAdded: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
pub DeviceRemoved: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
pub SearchComplete: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DeviceAdded: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
§DeviceRemoved: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
§SearchComplete: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IUPnPDeviceFinderCallback_Vtbl
impl IUPnPDeviceFinderCallback_Vtbl
pub const fn new<Identity: IUPnPDeviceFinderCallback_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUPnPDeviceFinderCallback_Vtbl
impl RefUnwindSafe for IUPnPDeviceFinderCallback_Vtbl
impl Send for IUPnPDeviceFinderCallback_Vtbl
impl Sync for IUPnPDeviceFinderCallback_Vtbl
impl Unpin for IUPnPDeviceFinderCallback_Vtbl
impl UnwindSafe for IUPnPDeviceFinderCallback_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