#[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,
}
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
§fn clone(&self) -> L2TP_TUNNEL_CONFIG_PARAMS2
fn clone(&self) -> L2TP_TUNNEL_CONFIG_PARAMS2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for L2TP_TUNNEL_CONFIG_PARAMS2
Auto Trait Implementations§
impl Freeze for L2TP_TUNNEL_CONFIG_PARAMS2
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)