Struct AVXTEA
#[repr(C)]pub struct AVXTEA {
pub key: [u32; 16],
}
Expand description
@file @brief Public header for libavutil XTEA algorithm @defgroup lavu_xtea XTEA @ingroup lavu_crypto @{
Fields§
§key: [u32; 16]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVXTEA
impl RefUnwindSafe for AVXTEA
impl Send for AVXTEA
impl Sync for AVXTEA
impl Unpin for AVXTEA
impl UnwindSafe for AVXTEA
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