Struct IStaticPortMapping_Vtbl
#[repr(C)]pub struct IStaticPortMapping_Vtbl {
pub base__: IDispatch_Vtbl,
pub ExternalIPAddress: 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 InternalPort: 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 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 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
§ExternalPort: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§InternalPort: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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
§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 IStaticPortMapping_Vtbl
impl IStaticPortMapping_Vtbl
pub const fn new<Identity: IStaticPortMapping_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStaticPortMapping_Vtbl
impl RefUnwindSafe for IStaticPortMapping_Vtbl
impl Send for IStaticPortMapping_Vtbl
impl Sync for IStaticPortMapping_Vtbl
impl Unpin for IStaticPortMapping_Vtbl
impl UnwindSafe for IStaticPortMapping_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