Struct IVpnNativeProfile_Vtbl
#[repr(C)]pub struct IVpnNativeProfile_Vtbl {
pub base__: IInspectable_Vtbl,
pub Servers: 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,
pub NativeProtocolType: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnNativeProtocolType) -> HRESULT,
pub SetNativeProtocolType: unsafe extern "system" fn(_: *mut c_void, _: VpnNativeProtocolType) -> HRESULT,
pub UserAuthenticationMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnAuthenticationMethod) -> HRESULT,
pub SetUserAuthenticationMethod: unsafe extern "system" fn(_: *mut c_void, _: VpnAuthenticationMethod) -> HRESULT,
pub TunnelAuthenticationMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnAuthenticationMethod) -> HRESULT,
pub SetTunnelAuthenticationMethod: unsafe extern "system" fn(_: *mut c_void, _: VpnAuthenticationMethod) -> HRESULT,
pub EapConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetEapConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Servers: 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
§NativeProtocolType: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnNativeProtocolType) -> HRESULT
§SetNativeProtocolType: unsafe extern "system" fn(_: *mut c_void, _: VpnNativeProtocolType) -> HRESULT
§UserAuthenticationMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnAuthenticationMethod) -> HRESULT
§SetUserAuthenticationMethod: unsafe extern "system" fn(_: *mut c_void, _: VpnAuthenticationMethod) -> HRESULT
§TunnelAuthenticationMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut VpnAuthenticationMethod) -> HRESULT
§SetTunnelAuthenticationMethod: unsafe extern "system" fn(_: *mut c_void, _: VpnAuthenticationMethod) -> HRESULT
§EapConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetEapConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVpnNativeProfile_Vtbl
impl RefUnwindSafe for IVpnNativeProfile_Vtbl
impl Send for IVpnNativeProfile_Vtbl
impl Sync for IVpnNativeProfile_Vtbl
impl Unpin for IVpnNativeProfile_Vtbl
impl UnwindSafe for IVpnNativeProfile_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