#[repr(C, packed(1))]struct EncodeKey128Output(u32, __m128i, __m128i, __m128i, __m128i, __m128i, __m128i);
Available on x86 or x86-64 only.
Tuple Fields§
§0: u32
§1: __m128i
§2: __m128i
§3: __m128i
§4: __m128i
§5: __m128i
§6: __m128i
Auto Trait Implementations§
impl Freeze for EncodeKey128Output
impl RefUnwindSafe for EncodeKey128Output
impl Send for EncodeKey128Output
impl Sync for EncodeKey128Output
impl Unpin for EncodeKey128Output
impl UnsafeUnpin for EncodeKey128Output
impl UnwindSafe for EncodeKey128Output
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
Source§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§#[doc(hidden)] const IS_ZST: bool = _
#[doc(hidden)] const IS_ZST: bool = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const LAYOUT: Layout = _
#[doc(hidden)] const LAYOUT: Layout = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const MAX_SLICE_LEN: usize = _
#[doc(hidden)] const MAX_SLICE_LEN: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)The largest safe length for a
[Self]
. Read more