Struct INetFwService_Vtbl
#[repr(C)]pub struct INetFwService_Vtbl {Show 13 fields
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_SERVICE_TYPE) -> HRESULT,
pub Customized: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub IpVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_IP_VERSION) -> HRESULT,
pub SetIpVersion: unsafe extern "system" fn(_: *mut c_void, _: NET_FW_IP_VERSION) -> HRESULT,
pub Scope: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_SCOPE) -> HRESULT,
pub SetScope: unsafe extern "system" fn(_: *mut c_void, _: NET_FW_SCOPE) -> HRESULT,
pub RemoteAddresses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRemoteAddresses: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub GloballyOpenPorts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_SERVICE_TYPE) -> HRESULT
§Customized: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§IpVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_IP_VERSION) -> HRESULT
§SetIpVersion: unsafe extern "system" fn(_: *mut c_void, _: NET_FW_IP_VERSION) -> HRESULT
§Scope: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_SCOPE) -> HRESULT
§SetScope: unsafe extern "system" fn(_: *mut c_void, _: NET_FW_SCOPE) -> HRESULT
§RemoteAddresses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetRemoteAddresses: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§GloballyOpenPorts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl INetFwService_Vtbl
impl INetFwService_Vtbl
pub const fn new<Identity: INetFwService_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INetFwService_Vtbl
impl RefUnwindSafe for INetFwService_Vtbl
impl Send for INetFwService_Vtbl
impl Sync for INetFwService_Vtbl
impl Unpin for INetFwService_Vtbl
impl UnwindSafe for INetFwService_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