Struct ipsec_parser::IkeTransformESNType [] [src]

pub struct IkeTransformESNType(pub u16);

Extended Sequence Number values

Defined in RFC7296 section 3.3.2

Methods

impl IkeTransformESNType
[src]

NoESN: IkeTransformESNType = IkeTransformESNType(0)

ESN: IkeTransformESNType = IkeTransformESNType(1)

Trait Implementations

impl Clone for IkeTransformESNType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IkeTransformESNType
[src]

impl PartialEq for IkeTransformESNType
[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 IkeTransformESNType
[src]

impl Debug for IkeTransformESNType
[src]

[src]

Formats the value using the given formatter.