#[repr(C)]pub struct MPR_VPN_TRAFFIC_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,
}
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_TRAFFIC_SELECTOR
impl Clone for MPR_VPN_TRAFFIC_SELECTOR
§fn clone(&self) -> MPR_VPN_TRAFFIC_SELECTOR
fn clone(&self) -> MPR_VPN_TRAFFIC_SELECTOR
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 MPR_VPN_TRAFFIC_SELECTOR
Auto Trait Implementations§
impl Freeze for MPR_VPN_TRAFFIC_SELECTOR
impl RefUnwindSafe for MPR_VPN_TRAFFIC_SELECTOR
impl Send for MPR_VPN_TRAFFIC_SELECTOR
impl Sync for MPR_VPN_TRAFFIC_SELECTOR
impl Unpin for MPR_VPN_TRAFFIC_SELECTOR
impl UnwindSafe for MPR_VPN_TRAFFIC_SELECTOR
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
)