Struct windows::Networking::Vpn::IVpnTrafficFilter_Vtbl
#[repr(C)]pub struct IVpnTrafficFilter_Vtbl {
pub base__: IInspectable_Vtbl,
pub AppId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAppId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AppClaims: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnIPProtocol) -> HRESULT,
pub SetProtocol: unsafe extern "system" fn(_: *mut c_void, _: VpnIPProtocol) -> HRESULT,
pub LocalPortRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemotePortRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LocalAddressRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemoteAddressRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RoutingPolicyType: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnRoutingPolicyType) -> HRESULT,
pub SetRoutingPolicyType: unsafe extern "system" fn(_: *mut c_void, _: VpnRoutingPolicyType) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AppId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetAppId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AppClaims: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Protocol: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnIPProtocol) -> HRESULT
§SetProtocol: unsafe extern "system" fn(_: *mut c_void, _: VpnIPProtocol) -> HRESULT
§LocalPortRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RemotePortRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§LocalAddressRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RemoteAddressRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RoutingPolicyType: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnRoutingPolicyType) -> HRESULT
§SetRoutingPolicyType: unsafe extern "system" fn(_: *mut c_void, _: VpnRoutingPolicyType) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVpnTrafficFilter_Vtbl
impl RefUnwindSafe for IVpnTrafficFilter_Vtbl
impl Send for IVpnTrafficFilter_Vtbl
impl Sync for IVpnTrafficFilter_Vtbl
impl Unpin for IVpnTrafficFilter_Vtbl
impl UnwindSafe for IVpnTrafficFilter_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