#[repr(C)]pub struct L2TP_TUNNEL_CONFIG_PARAMS2 {
pub dwIdleTimeout: u32,
pub dwEncryptionType: u32,
pub dwSaLifeTime: u32,
pub dwSaDataSizeForRenegotiation: u32,
pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0,
pub dwMmSaLifeTime: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
dwIdleTimeout: u32
dwEncryptionType: u32
dwSaLifeTime: u32
dwSaDataSizeForRenegotiation: u32
customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0
dwMmSaLifeTime: u32
Trait Implementations
impl Clone for L2TP_TUNNEL_CONFIG_PARAMS2
impl Clone for L2TP_TUNNEL_CONFIG_PARAMS2
impl Copy for L2TP_TUNNEL_CONFIG_PARAMS2
Auto Trait Implementations
impl RefUnwindSafe for L2TP_TUNNEL_CONFIG_PARAMS2
impl !Send for L2TP_TUNNEL_CONFIG_PARAMS2
impl !Sync for L2TP_TUNNEL_CONFIG_PARAMS2
impl Unpin for L2TP_TUNNEL_CONFIG_PARAMS2
impl UnwindSafe for L2TP_TUNNEL_CONFIG_PARAMS2
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