Struct IDynamicPortMapping_Vtbl
#[repr(C)]pub struct IDynamicPortMapping_Vtbl {Show 15 fields
pub base__: IDispatch_Vtbl,
pub ExternalIPAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemoteHost: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExternalPort: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InternalPort: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub InternalClient: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LeaseDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub RenewLease: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub EditInternalClient: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Enable: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub EditDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub EditInternalPort: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ExternalIPAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RemoteHost: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ExternalPort: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InternalPort: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§InternalClient: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§LeaseDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§RenewLease: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT
§EditInternalClient: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Enable: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§EditDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§EditInternalPort: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IDynamicPortMapping_Vtbl
impl IDynamicPortMapping_Vtbl
pub const fn new<Identity: IDynamicPortMapping_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDynamicPortMapping_Vtbl
impl RefUnwindSafe for IDynamicPortMapping_Vtbl
impl Send for IDynamicPortMapping_Vtbl
impl Sync for IDynamicPortMapping_Vtbl
impl Unpin for IDynamicPortMapping_Vtbl
impl UnwindSafe for IDynamicPortMapping_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