Struct core::arch::powerpc64::vector_unsigned_char [−][src]
#[repr(simd)]pub struct vector_unsigned_char(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);
This is supported on PowerPC-64 only.
PowerPC-specific 128-bit wide vector of sixteen packed u8
Trait Implementations
impl Copy for vector_unsigned_char[src]
impl Copy for vector_unsigned_charimpl Clone for vector_unsigned_char[src]
impl Clone for vector_unsigned_charfn clone(&self) -> vector_unsigned_char[src]
fn clone(&self) -> vector_unsigned_charReturns 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_unsigned_char[src]
impl Debug for vector_unsigned_charAuto Trait Implementations
impl Send for vector_unsigned_char
impl Send for vector_unsigned_charimpl Sync for vector_unsigned_char
impl Sync for vector_unsigned_char