Type Alias brotli::enc::vectorization::Mem256i

source ·
pub type Mem256i = s8;

Aliased Type§

struct Mem256i([i32; 8]);

Fields§

§0: [i32; 8]

Implementations§

source§

impl Compat32x8

source

pub fn splat(a: i32) -> Compat32x8

source

pub fn simd_gt(&self, rhs: Compat32x8) -> Compat32x8

source

pub fn simd_ge(&self, rhs: Compat32x8) -> Compat32x8

source

pub fn to_int(&self) -> Self

Trait Implementations§

source§

impl Add<Compat32x8> for Compat32x8

§

type Output = Compat32x8

The resulting type after applying the + operator.
source§

fn add(self, other: Compat32x8) -> Compat32x8

Performs the + operation. Read more
source§

impl BitAnd<Compat32x8> for Compat32x8

§

type Output = Compat32x8

The resulting type after applying the & operator.
source§

fn bitand(self, other: Compat32x8) -> Compat32x8

Performs the & operation. Read more
source§

impl Clone for Compat32x8

source§

fn clone(&self) -> Compat32x8

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Compat32x8

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Compat32x8

source§

fn default() -> Compat32x8

Returns the “default value” for a type. Read more
source§

impl From<[i32; 8]> for Compat32x8

source§

fn from(value: [i32; 8]) -> Self

Converts to this type from the input type.
source§

impl<I> Index<I> for Compat32x8where I: SliceIndex<[i32]>,

§

type Output = <I as SliceIndex<[i32]>>::Output

The returned type after indexing.
source§

fn index(&self, index: I) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl<I> IndexMut<I> for Compat32x8where I: SliceIndex<[i32]>,

source§

fn index_mut(&mut self, index: I) -> &mut Self::Output

Performs the mutable indexing (container[index]) operation. Read more
source§

impl Mul<Compat32x8> for Compat32x8

§

type Output = Compat32x8

The resulting type after applying the * operator.
source§

fn mul(self, other: Compat32x8) -> Compat32x8

Performs the * operation. Read more
source§

impl Copy for Compat32x8