lance_encoding::compression_algo::fastlanes

Trait FastLanes

Source
pub trait FastLanes: Sized + Copy {
    const T: usize = _;
    const LANES: usize = _;
}

Provided Associated Constants§

Source

const T: usize = _

Source

const LANES: usize = _

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl FastLanes for u8

Source§

impl FastLanes for u16

Source§

impl FastLanes for u32

Source§

impl FastLanes for u64

Implementors§