pub struct HvxVectorPair(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_hexagon #151523)Available on
target_arch=hexagon only.Expand description
HVX vector pair type (2048 bits / 256 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 ยท 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 moreSourceยงimpl Debug for HvxVectorPair
impl Debug for HvxVectorPair
impl 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