pub struct IkeTransformDHType(pub u16);
Expand description
Tuple Fields§
§0: u16
Implementations§
Source§impl IkeTransformDHType
impl IkeTransformDHType
pub const None: IkeTransformDHType
pub const Modp768: IkeTransformDHType
pub const Modp1024: IkeTransformDHType
pub const Modp1536: IkeTransformDHType
pub const Modp2048: IkeTransformDHType
pub const Modp3072: IkeTransformDHType
pub const Modp4096: IkeTransformDHType
pub const Modp6144: IkeTransformDHType
pub const Modp8192: IkeTransformDHType
pub const Ecp256: IkeTransformDHType
pub const Ecp384: IkeTransformDHType
pub const Ecp521: IkeTransformDHType
pub const Modp1024s160: IkeTransformDHType
pub const Modp2048s224: IkeTransformDHType
pub const Modp2048s256: IkeTransformDHType
pub const Ecp192: IkeTransformDHType
pub const Ecp224: IkeTransformDHType
pub const BrainpoolP224r1: IkeTransformDHType
pub const BrainpoolP256r1: IkeTransformDHType
pub const BrainpoolP384r1: IkeTransformDHType
pub const BrainpoolP512r1: IkeTransformDHType
pub const Curve25519: IkeTransformDHType
pub const Curve448: IkeTransformDHType
Source§impl IkeTransformDHType
impl IkeTransformDHType
pub fn is_unassigned(self) -> bool
pub fn is_private_use(self) -> bool
Trait Implementations§
Source§impl Clone for IkeTransformDHType
impl Clone for IkeTransformDHType
Source§fn clone(&self) -> IkeTransformDHType
fn clone(&self) -> IkeTransformDHType
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 IkeTransformDHType
impl Debug for IkeTransformDHType
Source§impl Display for IkeTransformDHType
impl Display for IkeTransformDHType
Source§impl PartialEq for IkeTransformDHType
impl PartialEq for IkeTransformDHType
impl Copy for IkeTransformDHType
impl Eq for IkeTransformDHType
impl StructuralPartialEq for IkeTransformDHType
Auto Trait Implementations§
impl Freeze for IkeTransformDHType
impl RefUnwindSafe for IkeTransformDHType
impl Send for IkeTransformDHType
impl Sync for IkeTransformDHType
impl Unpin for IkeTransformDHType
impl UnwindSafe for IkeTransformDHType
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