Struct core::arch::powerpc64::vector_bool_int [−][src]
#[repr(simd)]pub struct vector_bool_int(_, _, _, _);
This is supported on PowerPC-64 only.
PowerPC-specific 128-bit wide vector mask of four packed elements
Trait Implementations
impl Copy for vector_bool_int[src]
impl Copy for vector_bool_intimpl Clone for vector_bool_int[src]
impl Clone for vector_bool_intfn clone(&self) -> vector_bool_int[src]
fn clone(&self) -> vector_bool_intReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for vector_bool_int[src]
impl Debug for vector_bool_intAuto Trait Implementations
impl Send for vector_bool_int
impl Send for vector_bool_intimpl Sync for vector_bool_int
impl Sync for vector_bool_int