pub struct HvxVector(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_hexagon #151523)Available on 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ยง
Sourceยงimpl Clone for HvxVector
impl Clone for HvxVector
Sourceยงfn clone(&self) -> HvxVector
fn clone(&self) -> HvxVector
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
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:,
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Performs copy-assignment from
source. Read moreimpl Copy for HvxVector
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
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Mutably borrows from an owned value. Read more