Trait faster::vecs::Packable [] [src]

pub trait Packable where
    Self: Sized + Copy + Debug
{ type Vector: Packed<Scalar = Self> + Clone; const SIZE: usize; }

A type that may be packed into a SIMD vector.

Associated Types

Associated Constants

Implementations on Foreign Types

impl Packable for u8
[src]

impl Packable for i8
[src]

impl Packable for u16
[src]

impl Packable for i16
[src]

impl Packable for u32
[src]

impl Packable for i32
[src]

impl Packable for f32
[src]

impl Packable for u64
[src]

impl Packable for i64
[src]

impl Packable for f64
[src]

Implementors