Struct core::arch::powerpc::vector_bool_char[][src]

#[repr(simd)]
pub struct vector_bool_char(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on PowerPC only.

PowerPC-specific 128-bit wide vector mask of sixteen packed elements

Trait Implementations

impl Copy for vector_bool_char
[src]

impl Clone for vector_bool_char
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for vector_bool_char
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for vector_bool_char

impl Sync for vector_bool_char