brotli::enc

Type Alias s8

Source
pub type s8 = Compat32x8;

Aliased Type§

struct s8([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 for Compat32x8

Source§

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 for Compat32x8

Source§

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 Compat32x8
where I: SliceIndex<[i32]>,

Source§

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 Compat32x8
where 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 for Compat32x8

Source§

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