pub struct HvxVectorPred(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_hexagon #151523)Available on
target_arch=hexagon only.Expand description
HVX vector predicate type (1024 bits / 128 bytes)
This type represents a predicate vector used for conditional operations. Each bit corresponds to a lane in the vector.
Trait Implementationsยง
Sourceยงimpl Clone for HvxVectorPred
impl Clone for HvxVectorPred
Sourceยงfn clone(&self) -> HvxVectorPred
fn clone(&self) -> HvxVectorPred
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 HvxVectorPred
impl Debug for HvxVectorPred
impl Copy for HvxVectorPred
Auto Trait Implementationsยง
impl Freeze for HvxVectorPred
impl RefUnwindSafe for HvxVectorPred
impl Send for HvxVectorPred
impl Sync for HvxVectorPred
impl Unpin for HvxVectorPred
impl UnsafeUnpin for HvxVectorPred
impl UnwindSafe for HvxVectorPred
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