pub struct HvxVector(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_hexagon #151523)Available on
target_arch=hexagon only.Expand description
HVX vector type (512 bits / 64 bytes)
This type represents a single HVX vector register containing 16 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