Union vec128_storage

union vec128_storage { ... }

Generic wrapper for unparameterized storage of any of the possible impls. Converting into and out of this type should be essentially free, although it may be more aligned than a particular impl requires.

Implementations

impl Clone for vec128_storage

fn clone(self: &Self) -> vec128_storage

impl Copy for vec128_storage

impl Default for vec128_storage

fn default() -> Self

impl Eq for vec128_storage

impl Freeze for vec128_storage

impl Into for vec128_storage

fn into(self: Self) -> [u128; 1]

impl Into for vec128_storage

fn into(self: Self) -> [u64; 2]

impl Into for vec128_storage

fn into(self: Self) -> [u32; 4]

impl PartialEq for vec128_storage

fn eq(self: &Self, rhs: &Self) -> bool

impl RefUnwindSafe for vec128_storage

impl Send for vec128_storage

impl Store for vec128_storage

unsafe fn unpack(p: vec128_storage) -> Self

impl Sync for vec128_storage

impl Unpin for vec128_storage

impl UnsafeUnpin for vec128_storage

impl UnwindSafe for vec128_storage

impl<T> Any for vec128_storage

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for vec128_storage

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for vec128_storage

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for vec128_storage

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for vec128_storage

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for vec128_storage

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for vec128_storage

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for vec128_storage

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>

impl<V, T> VZip for vec128_storage

fn vzip(self: Self) -> V