Struct core::arch::powerpc::vector_unsigned_long [−][src]
#[repr(simd)]pub struct vector_unsigned_long(_, _);
This is supported on PowerPC only.
PowerPC-specific 128-bit wide vector of two packed u64
Trait Implementations
impl Clone for vector_unsigned_long
[src]
impl Clone for vector_unsigned_long
[src]This is supported on PowerPC or PowerPC-64 only.
fn clone(&self) -> vector_unsigned_long
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for vector_unsigned_long
[src]
impl Debug for vector_unsigned_long
[src]This is supported on PowerPC or PowerPC-64 only.
impl Copy for vector_unsigned_long
[src]
This is supported on PowerPC or PowerPC-64 only.