[−][src]Struct ipsec_parser::IkeTransformEncType
Methods
impl IkeTransformEncType[src]
pub 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]
pub 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]
fn eq(&self, other: &IkeTransformEncType) -> bool[src]
fn ne(&self, other: &IkeTransformEncType) -> bool[src]
impl Eq for IkeTransformEncType[src]
impl Copy for IkeTransformEncType[src]
impl Clone for IkeTransformEncType[src]
fn clone(&self) -> IkeTransformEncType[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for IkeTransformEncType[src]
Auto Trait Implementations
impl Send for IkeTransformEncType
impl Sync for IkeTransformEncType
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
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]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,