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 (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
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