Struct windows_sys::Win32::NetworkManagement::Rras::_MPR_VPN_SELECTOR
[−]#[repr(C)]pub struct _MPR_VPN_SELECTOR {
pub type: MPR_VPN_TS_TYPE,
pub protocolId: u8,
pub portStart: u16,
pub portEnd: u16,
pub tsPayloadId: u16,
pub addrStart: VPN_TS_IP_ADDRESS,
pub addrEnd: VPN_TS_IP_ADDRESS,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Networking_WinSock"
Fields
type: MPR_VPN_TS_TYPE
protocolId: u8
portStart: u16
portEnd: u16
tsPayloadId: u16
addrStart: VPN_TS_IP_ADDRESS
addrEnd: VPN_TS_IP_ADDRESS
Trait Implementations
impl Clone for _MPR_VPN_SELECTOR
impl Clone for _MPR_VPN_SELECTOR
impl Copy for _MPR_VPN_SELECTOR
Auto Trait Implementations
impl RefUnwindSafe for _MPR_VPN_SELECTOR
impl Send for _MPR_VPN_SELECTOR
impl Sync for _MPR_VPN_SELECTOR
impl Unpin for _MPR_VPN_SELECTOR
impl UnwindSafe for _MPR_VPN_SELECTOR
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