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]

IPv4AddrRange: TSType = TSType(7)

A range of IPv4 addresses

IPv6AddrRange: TSType = TSType(8)

A range of IPv6 addresses

FcAddrRange: TSType = TSType(9)

Fibre Channel Traffic Selectors (RFC4595)

Trait Implementations

impl Clone for TSType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TSType
[src]

impl Debug for TSType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TSType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for TSType
[src]