Struct core::arch::powerpc64::vector_float [−][src]
#[repr(simd)]pub struct vector_float(_, _, _, _);
This is supported on PowerPC-64 only.
PowerPC-specific 128-bit wide vector of four packed f32
Trait Implementations
impl Copy for vector_float
[src]
impl Copy for vector_float
impl Clone for vector_float
[src]
impl Clone for vector_float
fn clone(&self) -> vector_float
[src]
fn clone(&self) -> vector_float
Returns 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_float
[src]
impl Debug for vector_float
Auto Trait Implementations
impl Send for vector_float
impl Send for vector_float
impl Sync for vector_float
impl Sync for vector_float