Union ppv_lite86::x86_64::vec512_storage
source · [−]pub union vec512_storage {
/* private fields */
}
Implementations
sourceimpl vec512_storage
impl vec512_storage
pub fn new128(xs: [vec128_storage; 4]) -> Self
pub fn split128(self) -> [vec128_storage; 4]
Trait Implementations
sourceimpl Clone for vec512_storage
impl Clone for vec512_storage
sourcefn clone(&self) -> vec512_storage
fn clone(&self) -> vec512_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 vec512_storage
impl Default for vec512_storage
sourceimpl From<vec512_storage> for [u32; 16]
impl From<vec512_storage> for [u32; 16]
sourcefn from(vec: vec512_storage) -> Self
fn from(vec: vec512_storage) -> Self
Converts to this type from the input type.
sourceimpl From<vec512_storage> for [u64; 8]
impl From<vec512_storage> for [u64; 8]
sourcefn from(vec: vec512_storage) -> Self
fn from(vec: vec512_storage) -> Self
Converts to this type from the input type.
sourceimpl From<vec512_storage> for [u128; 4]
impl From<vec512_storage> for [u128; 4]
sourcefn from(vec: vec512_storage) -> Self
fn from(vec: vec512_storage) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<vec512_storage> for vec512_storage
impl PartialEq<vec512_storage> for vec512_storage
impl Copy for vec512_storage
impl Eq for vec512_storage
Auto Trait Implementations
impl RefUnwindSafe for vec512_storage
impl Send for vec512_storage
impl Sync for vec512_storage
impl Unpin for vec512_storage
impl UnwindSafe for vec512_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