Struct ipsec_parser::TSType
[−]
[src]
pub struct TSType(pub u8);
Type of Traffic Selector
Defined in RFC7296 section 3.13.1
See also IKEV2IANA for the latest values.
Methods
impl TSType
[src]
const IPv4AddrRange: TSType
IPv4AddrRange: TSType = TSType(7)
A range of IPv4 addresses
const IPv6AddrRange: TSType
IPv6AddrRange: TSType = TSType(8)
A range of IPv6 addresses
const FcAddrRange: TSType
FcAddrRange: TSType = TSType(9)
Fibre Channel Traffic Selectors (RFC4595)
Trait Implementations
impl Clone for TSType
[src]
fn clone(&self) -> TSType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for TSType
[src]
impl Debug for TSType
[src]
impl PartialEq for TSType
[src]
fn eq(&self, __arg_0: &TSType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TSType) -> bool
[src]
This method tests for !=
.