Struct ipsec_parser::IkeExchangeType [] [src]

pub struct IkeExchangeType(pub u8);

Payload exchange type: SA, Auth, CreateChildSA, etc.

Methods

impl IkeExchangeType
[src]

IKE_SA_INIT: IkeExchangeType = IkeExchangeType(34)

IKE_AUTH: IkeExchangeType = IkeExchangeType(35)

CREATE_CHILD_SA: IkeExchangeType = IkeExchangeType(36)

INFORMATIONAL: IkeExchangeType = IkeExchangeType(37)

Trait Implementations

impl Copy for IkeExchangeType
[src]

impl Clone for IkeExchangeType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for IkeExchangeType
[src]

[src]

Formats the value using the given formatter.