pub struct IkePayloadType(pub u8);
Expand description
Payload type
Tuple Fields§
§0: u8
Implementations§
Source§impl IkePayloadType
impl IkePayloadType
pub const NoNextPayload: IkePayloadType
pub const SecurityAssociation: IkePayloadType
pub const KeyExchange: IkePayloadType
pub const IdentInitiator: IkePayloadType
pub const IdentResponder: IkePayloadType
pub const Certificate: IkePayloadType
pub const CertificateRequest: IkePayloadType
pub const Authentication: IkePayloadType
pub const Nonce: IkePayloadType
pub const Notify: IkePayloadType
pub const Delete: IkePayloadType
pub const VendorID: IkePayloadType
pub const TrafficSelectorInitiator: IkePayloadType
pub const TrafficSelectorResponder: IkePayloadType
pub const EncryptedAndAuthenticated: IkePayloadType
pub const Configuration: IkePayloadType
pub const ExtensibleAuthentication: IkePayloadType
Trait Implementations§
Source§impl Clone for IkePayloadType
impl Clone for IkePayloadType
Source§fn clone(&self) -> IkePayloadType
fn clone(&self) -> IkePayloadType
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 IkePayloadType
impl Debug for IkePayloadType
Source§impl Display for IkePayloadType
impl Display for IkePayloadType
Source§impl PartialEq for IkePayloadType
impl PartialEq for IkePayloadType
impl Copy for IkePayloadType
impl Eq for IkePayloadType
impl StructuralPartialEq for IkePayloadType
Auto Trait Implementations§
impl Freeze for IkePayloadType
impl RefUnwindSafe for IkePayloadType
impl Send for IkePayloadType
impl Sync for IkePayloadType
impl Unpin for IkePayloadType
impl UnwindSafe for IkePayloadType
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