Struct core::arch::powerpc::vector_unsigned_int
source · #[repr(simd)]pub struct vector_unsigned_int(_, _, _, _);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on PowerPC and (PowerPC or PowerPC-64) only.
Expand description
特定于 PowerPC 的 128 位宽的 vector,四个包装的 u32
Trait Implementations§
source§impl Clone for vector_unsigned_int
impl Clone for vector_unsigned_int
source§fn clone(&self) -> vector_unsigned_int
fn clone(&self) -> vector_unsigned_int
返回值的副本。 Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source
执行复制分配。 Read more