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
impl Copy for L2TP_CONFIG_PARAMS1
Auto Trait Implementations§
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