Struct windows::Networking::Vpn::IVpnTrafficFilterAssignment_Vtbl
#[repr(C)]pub struct IVpnTrafficFilterAssignment_Vtbl {
pub base__: IInspectable_Vtbl,
pub TrafficFilterList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AllowOutbound: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowOutbound: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AllowInbound: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowInbound: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TrafficFilterList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AllowOutbound: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowOutbound: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AllowInbound: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowInbound: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVpnTrafficFilterAssignment_Vtbl
impl RefUnwindSafe for IVpnTrafficFilterAssignment_Vtbl
impl Send for IVpnTrafficFilterAssignment_Vtbl
impl Sync for IVpnTrafficFilterAssignment_Vtbl
impl Unpin for IVpnTrafficFilterAssignment_Vtbl
impl UnwindSafe for IVpnTrafficFilterAssignment_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