Struct windows::Win32::Devices::Enumeration::Pnp::IUPnPAddressFamilyControl_Vtbl
#[repr(C)]pub struct IUPnPAddressFamilyControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetAddressFamily: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub GetAddressFamily: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetAddressFamily: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§GetAddressFamily: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IUPnPAddressFamilyControl_Vtbl
impl IUPnPAddressFamilyControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUPnPAddressFamilyControl_Vtblwhere
Identity: IUPnPAddressFamilyControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUPnPAddressFamilyControl_Vtbl
impl RefUnwindSafe for IUPnPAddressFamilyControl_Vtbl
impl Send for IUPnPAddressFamilyControl_Vtbl
impl Sync for IUPnPAddressFamilyControl_Vtbl
impl Unpin for IUPnPAddressFamilyControl_Vtbl
impl UnwindSafe for IUPnPAddressFamilyControl_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