Struct windows_sys::Win32::NetworkManagement::Rras::L2TP_CONFIG_PARAMS1
#[repr(C)]pub struct L2TP_CONFIG_PARAMS1 {
pub dwNumPorts: u32,
pub dwPortFlags: u32,
pub dwTunnelConfigParamFlags: u32,
pub TunnelConfigParams: L2TP_TUNNEL_CONFIG_PARAMS2,
}
Fields§
§dwNumPorts: u32
§dwPortFlags: u32
§dwTunnelConfigParamFlags: u32
§TunnelConfigParams: L2TP_TUNNEL_CONFIG_PARAMS2
Trait Implementations§
§impl Clone for L2TP_CONFIG_PARAMS1
impl Clone for L2TP_CONFIG_PARAMS1
§fn clone(&self) -> L2TP_CONFIG_PARAMS1
fn clone(&self) -> L2TP_CONFIG_PARAMS1
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_CONFIG_PARAMS1
Auto Trait Implementations§
impl Freeze for L2TP_CONFIG_PARAMS1
impl RefUnwindSafe for L2TP_CONFIG_PARAMS1
impl !Send for L2TP_CONFIG_PARAMS1
impl !Sync for L2TP_CONFIG_PARAMS1
impl Unpin for L2TP_CONFIG_PARAMS1
impl UnwindSafe for L2TP_CONFIG_PARAMS1
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
)