Struct windows_sys::Win32::NetworkManagement::Rras::IKEV2_CONFIG_PARAMS
[−]#[repr(C)]pub struct IKEV2_CONFIG_PARAMS {
pub dwNumPorts: u32,
pub dwPortFlags: u32,
pub dwTunnelConfigParamFlags: u32,
pub TunnelConfigParams: IKEV2_TUNNEL_CONFIG_PARAMS4,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields
dwNumPorts: u32
dwPortFlags: u32
dwTunnelConfigParamFlags: u32
TunnelConfigParams: IKEV2_TUNNEL_CONFIG_PARAMS4
Trait Implementations
impl Clone for IKEV2_CONFIG_PARAMS
impl Clone for IKEV2_CONFIG_PARAMS
impl Copy for IKEV2_CONFIG_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for IKEV2_CONFIG_PARAMS
impl !Send for IKEV2_CONFIG_PARAMS
impl !Sync for IKEV2_CONFIG_PARAMS
impl Unpin for IKEV2_CONFIG_PARAMS
impl UnwindSafe for IKEV2_CONFIG_PARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more