pub struct IkeTransformType(pub u8);
Expand description
Transform (cryptographic algorithm) type
Defined in RFC7296 section 3.3.2
Tuple Fields§
§0: u8
Implementations§
Source§impl IkeTransformType
impl IkeTransformType
pub const EncryptionAlgorithm: IkeTransformType
pub const PseudoRandomFunction: IkeTransformType
pub const IntegrityAlgorithm: IkeTransformType
pub const DiffieHellmanGroup: IkeTransformType
pub const ExtendedSequenceNumbers: IkeTransformType
Trait Implementations§
Source§impl Clone for IkeTransformType
impl Clone for IkeTransformType
Source§fn clone(&self) -> IkeTransformType
fn clone(&self) -> IkeTransformType
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 IkeTransformType
impl Debug for IkeTransformType
Source§impl Display for IkeTransformType
impl Display for IkeTransformType
Source§impl PartialEq for IkeTransformType
impl PartialEq for IkeTransformType
impl Copy for IkeTransformType
impl Eq for IkeTransformType
impl StructuralPartialEq for IkeTransformType
Auto Trait Implementations§
impl Freeze for IkeTransformType
impl RefUnwindSafe for IkeTransformType
impl Send for IkeTransformType
impl Sync for IkeTransformType
impl Unpin for IkeTransformType
impl UnwindSafe for IkeTransformType
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