[−][src]Struct ipsec_parser::IkeTransformEncType
Methods
impl IkeTransformEncType[src]
impl IkeTransformEncTypepub const ENCR_DES_IV64: IkeTransformEncType[src]
pub const ENCR_DES: IkeTransformEncType[src]
pub const ENCR_3DES: IkeTransformEncType[src]
pub const ENCR_RC5: IkeTransformEncType[src]
pub const ENCR_IDEA: IkeTransformEncType[src]
pub const ENCR_CAST: IkeTransformEncType[src]
pub const ENCR_BLOWFISH: IkeTransformEncType[src]
pub const ENCR_3IDEA: IkeTransformEncType[src]
pub const ENCR_DES_IV32: IkeTransformEncType[src]
pub const ENCR_NULL: IkeTransformEncType[src]
pub const ENCR_AES_CBC: IkeTransformEncType[src]
pub const ENCR_AES_CTR: IkeTransformEncType[src]
pub const ENCR_AES_CCM_8: IkeTransformEncType[src]
pub const ENCR_AES_CCM_12: IkeTransformEncType[src]
pub const ENCR_AES_CCM_16: IkeTransformEncType[src]
pub const ENCR_AES_GCM_8: IkeTransformEncType[src]
pub const ENCR_AES_GCM_12: IkeTransformEncType[src]
pub const ENCR_AES_GCM_16: IkeTransformEncType[src]
pub const ENCR_NULL_AUTH_AES_GMAC: IkeTransformEncType[src]
pub const ENCR_CAMELLIA_CBC: IkeTransformEncType[src]
pub const ENCR_CAMELLIA_CTR: IkeTransformEncType[src]
pub const ENCR_CAMELLIA_CCM_8: IkeTransformEncType[src]
pub const ENCR_CAMELLIA_CCM_12: IkeTransformEncType[src]
pub const ENCR_CAMELLIA_CCM_16: IkeTransformEncType[src]
pub const ENCR_CHACHA20_POLY1305: IkeTransformEncType[src]
impl IkeTransformEncType[src]
impl IkeTransformEncTypepub fn is_aead(&self) -> bool | [src] |
pub fn is_unassigned(&self) -> bool | [src] |
pub fn is_private_use(&self) -> bool | [src] |
Trait Implementations
impl PartialEq<IkeTransformEncType> for IkeTransformEncType[src]
impl PartialEq<IkeTransformEncType> for IkeTransformEncTypefn eq(&self, other: &IkeTransformEncType) -> bool | [src] |
fn ne(&self, other: &IkeTransformEncType) -> bool | [src] |
impl Eq for IkeTransformEncType[src]
impl Eq for IkeTransformEncTypeimpl Clone for IkeTransformEncType[src]
impl Clone for IkeTransformEncTypefn clone(&self) -> IkeTransformEncType | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Copy for IkeTransformEncType[src]
impl Copy for IkeTransformEncTypeimpl Debug for IkeTransformEncType[src]
impl Debug for IkeTransformEncTypeAuto Trait Implementations
impl Send for IkeTransformEncType
impl Send for IkeTransformEncTypeimpl Sync for IkeTransformEncType
impl Sync for IkeTransformEncTypeBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |