Struct INetFwRule_Vtbl
#[repr(C)]pub struct INetFwRule_Vtbl {Show 37 fields
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ApplicationName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetApplicationName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetProtocol: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub LocalPorts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLocalPorts: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemotePorts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRemotePorts: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub LocalAddresses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLocalAddresses: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 IcmpTypesAndCodes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIcmpTypesAndCodes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_RULE_DIRECTION) -> HRESULT,
pub SetDirection: unsafe extern "system" fn(_: *mut c_void, _: NET_FW_RULE_DIRECTION) -> HRESULT,
pub Interfaces: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetInterfaces: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub InterfaceTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetInterfaceTypes: 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 Grouping: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetGrouping: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Profiles: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetProfiles: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub EdgeTraversal: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetEdgeTraversal: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Action: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_ACTION) -> HRESULT,
pub SetAction: unsafe extern "system" fn(_: *mut c_void, _: NET_FW_ACTION) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ApplicationName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetApplicationName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetServiceName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetProtocol: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§LocalPorts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLocalPorts: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§RemotePorts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetRemotePorts: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§LocalAddresses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLocalAddresses: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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§IcmpTypesAndCodes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetIcmpTypesAndCodes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_RULE_DIRECTION) -> HRESULT§SetDirection: unsafe extern "system" fn(_: *mut c_void, _: NET_FW_RULE_DIRECTION) -> HRESULT§Interfaces: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§SetInterfaces: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT§InterfaceTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetInterfaceTypes: 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§Grouping: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetGrouping: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Profiles: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetProfiles: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§EdgeTraversal: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetEdgeTraversal: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Action: unsafe extern "system" fn(_: *mut c_void, _: *mut NET_FW_ACTION) -> HRESULT§SetAction: unsafe extern "system" fn(_: *mut c_void, _: NET_FW_ACTION) -> HRESULTImplementations§
§impl INetFwRule_Vtbl
impl INetFwRule_Vtbl
pub const fn new<Identity: INetFwRule_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INetFwRule_Vtbl
impl RefUnwindSafe for INetFwRule_Vtbl
impl Send for INetFwRule_Vtbl
impl Sync for INetFwRule_Vtbl
impl Unpin for INetFwRule_Vtbl
impl UnwindSafe for INetFwRule_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