Struct ppv_lite86::generic::vec256_storage
source · pub struct vec256_storage { /* private fields */ }
Implementations§
source§impl vec256_storage
impl vec256_storage
pub fn new128(v128: [vec128_storage; 2]) -> Self
pub fn split128(self) -> [vec128_storage; 2]
Trait Implementations§
source§impl Clone for vec256_storage
impl Clone for vec256_storage
source§fn clone(&self) -> vec256_storage
fn clone(&self) -> vec256_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 vec256_storage
impl Default for vec256_storage
source§fn default() -> vec256_storage
fn default() -> vec256_storage
Returns the “default value” for a type. Read more
source§impl From<vec256_storage> for [u64; 4]
impl From<vec256_storage> for [u64; 4]
source§fn from(q: vec256_storage) -> Self
fn from(q: vec256_storage) -> Self
Converts to this type from the input type.
source§impl PartialEq<vec256_storage> for vec256_storage
impl PartialEq<vec256_storage> for vec256_storage
source§fn eq(&self, other: &vec256_storage) -> bool
fn eq(&self, other: &vec256_storage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for vec256_storage
impl Eq for vec256_storage
impl StructuralEq for vec256_storage
impl StructuralPartialEq 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§
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