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]
const NoESN: IkeTransformESNType
NoESN: IkeTransformESNType = IkeTransformESNType(0)
const ESN: IkeTransformESNType
ESN: IkeTransformESNType = IkeTransformESNType(1)
Trait Implementations
impl Clone for IkeTransformESNType
[src]
fn clone(&self) -> IkeTransformESNType
[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 IkeTransformESNType
[src]
impl PartialEq for IkeTransformESNType
[src]
fn eq(&self, __arg_0: &IkeTransformESNType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &IkeTransformESNType) -> bool
[src]
This method tests for !=
.