Union ppv_lite86::x86_64::vec512_storage
source · pub union vec512_storage {
/* private fields */
}
Implementations§
source§impl vec512_storage
impl vec512_storage
pub fn new128(xs: [vec128_storage; 4]) -> Self
pub fn split128(self) -> [vec128_storage; 4]
Trait Implementations§
source§impl Clone for vec512_storage
impl Clone for vec512_storage
source§fn clone(&self) -> vec512_storage
fn clone(&self) -> vec512_storage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for vec512_storage
impl Default for vec512_storage
source§impl From<vec512_storage> for [u128; 4]
impl From<vec512_storage> for [u128; 4]
source§fn from(vec: vec512_storage) -> Self
fn from(vec: vec512_storage) -> Self
Converts to this type from the input type.
source§impl From<vec512_storage> for [u32; 16]
impl From<vec512_storage> for [u32; 16]
source§fn from(vec: vec512_storage) -> Self
fn from(vec: vec512_storage) -> Self
Converts to this type from the input type.
source§impl From<vec512_storage> for [u64; 8]
impl From<vec512_storage> for [u64; 8]
source§fn from(vec: vec512_storage) -> Self
fn from(vec: vec512_storage) -> Self
Converts to this type from the input type.
source§impl PartialEq for vec512_storage
impl PartialEq for vec512_storage
impl Copy for vec512_storage
impl Eq for vec512_storage
Auto Trait Implementations§
impl Freeze for vec512_storage
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§
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> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)