[][src]Struct simd::arm::neon::u8x8

#[repr(simd)]
pub struct u8x8(_, _, _, _, _, _, _, _);

Methods

impl u8x8
[src]

pub fn table_lookup_1(self, t0: u8x8) -> u8x8
[src]

pub fn table_lookup_2(self, t0: u8x8, t1: u8x8) -> u8x8
[src]

pub fn table_lookup_3(self, t0: u8x8, t1: u8x8, t2: u8x8) -> u8x8
[src]

pub fn table_lookup_4(self, t0: u8x8, t1: u8x8, t2: u8x8, t3: u8x8) -> u8x8
[src]

Trait Implementations

impl Simd for u8x8
[src]

type Bool = bool8ix8

The corresponding boolean vector type.

type Elem = u8

The element that this vector stores.

impl Copy for u8x8
[src]

impl Clone for u8x8
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for u8x8
[src]

Auto Trait Implementations

impl Send for u8x8

impl Sync for u8x8

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]