pub union vec256_storage {
/* private fields */
}
Implementations§
Source§impl vec256_storage
impl vec256_storage
pub fn new128(xs: [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§impl From<vec256_storage> for [u128; 2]
impl From<vec256_storage> for [u128; 2]
Source§fn from(vec: vec256_storage) -> Self
fn from(vec: vec256_storage) -> Self
Converts to this type from the input type.
Source§impl From<vec256_storage> for [u32; 8]
impl From<vec256_storage> for [u32; 8]
Source§fn from(vec: vec256_storage) -> Self
fn from(vec: vec256_storage) -> Self
Converts to this type from the input type.
Source§impl From<vec256_storage> for [u64; 4]
impl From<vec256_storage> for [u64; 4]
Source§fn from(vec: vec256_storage) -> Self
fn from(vec: vec256_storage) -> Self
Converts to this type from the input type.
Source§impl PartialEq for vec256_storage
impl PartialEq for vec256_storage
impl Copy for vec256_storage
impl Eq for vec256_storage
Auto Trait Implementations§
impl Freeze for vec256_storage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes