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 for vec512_storage
impl PartialEq for vec512_storage
impl Copy for vec512_storage
impl Eq for vec512_storage
impl StructuralPartialEq 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