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