pub struct HvxVectorPair(/* private fields */);🔬This is a nightly-only experimental API. (
stdarch_hexagon #151523)Available on Hexagon only.
Expand description
HVX vector pair type (1024 bits / 128 bytes)
This type represents a pair of HVX vector registers, often used for operations that produce double-width results.
Trait Implementations§
Source§impl Clone for HvxVectorPair
impl Clone for HvxVectorPair
Source§fn clone(&self) -> HvxVectorPair
fn clone(&self) -> HvxVectorPair
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source. Read moreimpl Copy for HvxVectorPair
Auto Trait Implementations§
impl Freeze for HvxVectorPair
impl RefUnwindSafe for HvxVectorPair
impl Send for HvxVectorPair
impl Sync for HvxVectorPair
impl Unpin for HvxVectorPair
impl UnsafeUnpin for HvxVectorPair
impl UnwindSafe for HvxVectorPair
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