pub struct IkeTransformESNType(pub u16);
Expand description
Extended Sequence Number values
Defined in RFC7296 section 3.3.2
Tuple Fields§
§0: u16
Implementations§
Source§impl IkeTransformESNType
impl IkeTransformESNType
pub const NoESN: IkeTransformESNType
pub const ESN: IkeTransformESNType
Trait Implementations§
Source§impl Clone for IkeTransformESNType
impl Clone for IkeTransformESNType
Source§fn clone(&self) -> IkeTransformESNType
fn clone(&self) -> IkeTransformESNType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IkeTransformESNType
impl Debug for IkeTransformESNType
Source§impl Display for IkeTransformESNType
impl Display for IkeTransformESNType
Source§impl PartialEq for IkeTransformESNType
impl PartialEq for IkeTransformESNType
impl Copy for IkeTransformESNType
impl Eq for IkeTransformESNType
impl StructuralPartialEq for IkeTransformESNType
Auto Trait Implementations§
impl Freeze for IkeTransformESNType
impl RefUnwindSafe for IkeTransformESNType
impl Send for IkeTransformESNType
impl Sync for IkeTransformESNType
impl Unpin for IkeTransformESNType
impl UnwindSafe for IkeTransformESNType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more