Struct IVpnRouteAssignment_Vtbl
#[repr(C)]pub struct IVpnRouteAssignment_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetIpv4InclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetIpv6InclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Ipv4InclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Ipv6InclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIpv4ExclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetIpv6ExclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Ipv4ExclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Ipv6ExclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetExcludeLocalSubnets: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ExcludeLocalSubnets: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetIpv4InclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetIpv6InclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Ipv4InclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Ipv6InclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetIpv4ExclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetIpv6ExclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Ipv4ExclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Ipv6ExclusionRoutes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetExcludeLocalSubnets: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ExcludeLocalSubnets: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVpnRouteAssignment_Vtbl
impl RefUnwindSafe for IVpnRouteAssignment_Vtbl
impl Send for IVpnRouteAssignment_Vtbl
impl Sync for IVpnRouteAssignment_Vtbl
impl Unpin for IVpnRouteAssignment_Vtbl
impl UnwindSafe for IVpnRouteAssignment_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