Struct ipsec_parser::IkeExchangeType
[−]
[src]
pub struct IkeExchangeType(pub u8);
Payload exchange type: SA, Auth, CreateChildSA, etc.
Methods
impl IkeExchangeType
[src]
const IKE_SA_INIT: IkeExchangeType
IKE_SA_INIT: IkeExchangeType = IkeExchangeType(34)
const IKE_AUTH: IkeExchangeType
IKE_AUTH: IkeExchangeType = IkeExchangeType(35)
const CREATE_CHILD_SA: IkeExchangeType
CREATE_CHILD_SA: IkeExchangeType = IkeExchangeType(36)
const INFORMATIONAL: IkeExchangeType
INFORMATIONAL: IkeExchangeType = IkeExchangeType(37)
Trait Implementations
impl Copy for IkeExchangeType
[src]
impl Clone for IkeExchangeType
[src]
fn clone(&self) -> IkeExchangeType
[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 PartialEq for IkeExchangeType
[src]
fn eq(&self, __arg_0: &IkeExchangeType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &IkeExchangeType) -> bool
[src]
This method tests for !=
.