[][src]Struct ffmpeg_sys_next::AVXTEA

#[repr(C)]pub struct AVXTEA {
    pub key: [u32; 16],
}

@file @brief Public header for libavutil XTEA algorithm @defgroup lavu_xtea XTEA @ingroup lavu_crypto @{

Fields

key: [u32; 16]

Trait Implementations

impl Clone for AVXTEA[src]

impl Copy for AVXTEA[src]

impl Debug for AVXTEA[src]

impl Eq for AVXTEA[src]

impl PartialEq<AVXTEA> for AVXTEA[src]

impl StructuralEq for AVXTEA[src]

impl StructuralPartialEq for AVXTEA[src]

Auto Trait Implementations

impl RefUnwindSafe for AVXTEA

impl Send for AVXTEA

impl Sync for AVXTEA

impl Unpin for AVXTEA

impl UnwindSafe for AVXTEA

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.