#[repr(C)]pub struct MPR_VPN_TRAFFIC_SELECTORS {
pub numTsi: u32,
pub numTsr: u32,
pub tsI: *mut _MPR_VPN_SELECTOR,
pub tsR: *mut _MPR_VPN_SELECTOR,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
, "Win32_Networking_WinSock"
Fields
numTsi: u32
numTsr: u32
tsI: *mut _MPR_VPN_SELECTOR
tsR: *mut _MPR_VPN_SELECTOR
Trait Implementations
impl Clone for MPR_VPN_TRAFFIC_SELECTORS
impl Clone for MPR_VPN_TRAFFIC_SELECTORS
impl Copy for MPR_VPN_TRAFFIC_SELECTORS
Auto Trait Implementations
impl RefUnwindSafe for MPR_VPN_TRAFFIC_SELECTORS
impl !Send for MPR_VPN_TRAFFIC_SELECTORS
impl !Sync for MPR_VPN_TRAFFIC_SELECTORS
impl Unpin for MPR_VPN_TRAFFIC_SELECTORS
impl UnwindSafe for MPR_VPN_TRAFFIC_SELECTORS
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