Union ppv_lite86::x86_64::vec256_storage
source · [−]pub union vec256_storage {
/* private fields */
}
Implementations
sourceimpl vec256_storage
impl vec256_storage
pub fn new128(xs: [vec128_storage; 2]) -> Self
pub fn split128(self) -> [vec128_storage; 2]
Trait Implementations
sourceimpl Clone for vec256_storage
impl Clone for vec256_storage
sourcefn clone(&self) -> vec256_storage
fn clone(&self) -> vec256_storage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for vec256_storage
impl Default for vec256_storage
sourceimpl From<vec256_storage> for [u32; 8]
impl From<vec256_storage> for [u32; 8]
sourcefn from(vec: vec256_storage) -> Self
fn from(vec: vec256_storage) -> Self
Converts to this type from the input type.
sourceimpl From<vec256_storage> for [u64; 4]
impl From<vec256_storage> for [u64; 4]
sourcefn from(vec: vec256_storage) -> Self
fn from(vec: vec256_storage) -> Self
Converts to this type from the input type.
sourceimpl From<vec256_storage> for [u128; 2]
impl From<vec256_storage> for [u128; 2]
sourcefn from(vec: vec256_storage) -> Self
fn from(vec: vec256_storage) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<vec256_storage> for vec256_storage
impl PartialEq<vec256_storage> for vec256_storage
impl Copy for vec256_storage
impl Eq for vec256_storage
Auto Trait Implementations
impl RefUnwindSafe for vec256_storage
impl Send for vec256_storage
impl Sync for vec256_storage
impl Unpin for vec256_storage
impl UnwindSafe for vec256_storage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more