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