Struct ppv_lite86::generic::vec512_storage
source · pub struct vec512_storage { /* private fields */ }
Implementations§
source§impl vec512_storage
impl vec512_storage
pub fn new128(v128: [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§fn default() -> vec512_storage
fn default() -> vec512_storage
Returns the “default value” for a type. Read more
source§impl PartialEq<vec512_storage> for vec512_storage
impl PartialEq<vec512_storage> for vec512_storage
source§fn eq(&self, other: &vec512_storage) -> bool
fn eq(&self, other: &vec512_storage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for vec512_storage
impl Eq for vec512_storage
impl StructuralEq for vec512_storage
impl StructuralPartialEq 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§
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