pub struct HvxVector(/* private fields */);🔬This is a nightly-only experimental API. (
stdarch_hexagon #151523)Available on Hexagon only.
Expand description
HVX vector type (1024 bits / 128 bytes)
This type represents a single HVX vector register containing 32 x 32-bit values.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HvxVector
impl RefUnwindSafe for HvxVector
impl Send for HvxVector
impl Sync for HvxVector
impl Unpin for HvxVector
impl UnsafeUnpin for HvxVector
impl UnwindSafe for HvxVector
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