Struct core::arch::powerpc64::vector_bool_short [−][src]
#[repr(simd)]pub struct vector_bool_short(_, _, _, _, _, _, _, _);
This is supported on PowerPC-64 only.
PowerPC-specific 128-bit wide vector mask of eight packed elements
Trait Implementations
impl Copy for vector_bool_short[src]
impl Copy for vector_bool_shortimpl Clone for vector_bool_short[src]
impl Clone for vector_bool_shortfn clone(&self) -> vector_bool_short[src]
fn clone(&self) -> vector_bool_shortReturns 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_short[src]
impl Debug for vector_bool_shortAuto Trait Implementations
impl Send for vector_bool_short
impl Send for vector_bool_shortimpl Sync for vector_bool_short
impl Sync for vector_bool_short