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