pub struct IkeTransformEncType(pub u16);
Expand description
Tuple Fields§
§0: u16
Implementations§
Source§impl IkeTransformEncType
impl IkeTransformEncType
pub const ENCR_DES_IV64: IkeTransformEncType
pub const ENCR_DES: IkeTransformEncType
pub const ENCR_3DES: IkeTransformEncType
pub const ENCR_RC5: IkeTransformEncType
pub const ENCR_IDEA: IkeTransformEncType
pub const ENCR_CAST: IkeTransformEncType
pub const ENCR_BLOWFISH: IkeTransformEncType
pub const ENCR_3IDEA: IkeTransformEncType
pub const ENCR_DES_IV32: IkeTransformEncType
pub const ENCR_NULL: IkeTransformEncType
pub const ENCR_AES_CBC: IkeTransformEncType
pub const ENCR_AES_CTR: IkeTransformEncType
pub const ENCR_AES_CCM_8: IkeTransformEncType
pub const ENCR_AES_CCM_12: IkeTransformEncType
pub const ENCR_AES_CCM_16: IkeTransformEncType
pub const ENCR_AES_GCM_8: IkeTransformEncType
pub const ENCR_AES_GCM_12: IkeTransformEncType
pub const ENCR_AES_GCM_16: IkeTransformEncType
pub const ENCR_NULL_AUTH_AES_GMAC: IkeTransformEncType
pub const ENCR_CAMELLIA_CBC: IkeTransformEncType
pub const ENCR_CAMELLIA_CTR: IkeTransformEncType
pub const ENCR_CAMELLIA_CCM_8: IkeTransformEncType
pub const ENCR_CAMELLIA_CCM_12: IkeTransformEncType
pub const ENCR_CAMELLIA_CCM_16: IkeTransformEncType
pub const ENCR_CHACHA20_POLY1305: IkeTransformEncType
Source§impl IkeTransformEncType
impl IkeTransformEncType
pub fn is_aead(self) -> bool
pub fn is_unassigned(self) -> bool
pub fn is_private_use(self) -> bool
Trait Implementations§
Source§impl Clone for IkeTransformEncType
impl Clone for IkeTransformEncType
Source§fn clone(&self) -> IkeTransformEncType
fn clone(&self) -> IkeTransformEncType
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 IkeTransformEncType
impl Debug for IkeTransformEncType
Source§impl Display for IkeTransformEncType
impl Display for IkeTransformEncType
Source§impl PartialEq for IkeTransformEncType
impl PartialEq for IkeTransformEncType
impl Copy for IkeTransformEncType
impl Eq for IkeTransformEncType
impl StructuralPartialEq for IkeTransformEncType
Auto Trait Implementations§
impl Freeze for IkeTransformEncType
impl RefUnwindSafe for IkeTransformEncType
impl Send for IkeTransformEncType
impl Sync for IkeTransformEncType
impl Unpin for IkeTransformEncType
impl UnwindSafe for IkeTransformEncType
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