Struct MPR_VPN_TRAFFIC_SELECTOR
#[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_ADDRESSTrait 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 more§impl Default for MPR_VPN_TRAFFIC_SELECTOR
impl Default for MPR_VPN_TRAFFIC_SELECTOR
impl 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