pub struct IkeExchangeType(pub u8);
Expand description
Payload exchange type: SA, Auth, CreateChildSA, etc.
Tuple Fields§
§0: u8
Implementations§
Source§impl IkeExchangeType
impl IkeExchangeType
pub const IKE_SA_INIT: IkeExchangeType
pub const IKE_AUTH: IkeExchangeType
pub const CREATE_CHILD_SA: IkeExchangeType
pub const INFORMATIONAL: IkeExchangeType
Trait Implementations§
Source§impl Clone for IkeExchangeType
impl Clone for IkeExchangeType
Source§fn clone(&self) -> IkeExchangeType
fn clone(&self) -> IkeExchangeType
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 IkeExchangeType
impl Debug for IkeExchangeType
Source§impl Display for IkeExchangeType
impl Display for IkeExchangeType
Source§impl PartialEq for IkeExchangeType
impl PartialEq for IkeExchangeType
impl Copy for IkeExchangeType
impl Eq for IkeExchangeType
impl StructuralPartialEq for IkeExchangeType
Auto Trait Implementations§
impl Freeze for IkeExchangeType
impl RefUnwindSafe for IkeExchangeType
impl Send for IkeExchangeType
impl Sync for IkeExchangeType
impl Unpin for IkeExchangeType
impl UnwindSafe for IkeExchangeType
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