Struct pulp::PrefixMut

source ·
pub struct PrefixMut<'a, T, S: Simd, Mask: Copy> { /* private fields */ }

Implementations§

source§

impl<T, S: Simd> PrefixMut<'_, T, S, bool>

source

pub fn empty(simd: S) -> Self

Trait Implementations§

source§

impl<S: Simd> Debug for PrefixMut<'_, c32, S, S::m32s>

source§

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

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

impl<S: Simd> Debug for PrefixMut<'_, c64, S, S::m64s>

source§

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

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

impl<S: Simd> Debug for PrefixMut<'_, f32, S, S::m32s>

source§

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

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

impl<S: Simd> Debug for PrefixMut<'_, f64, S, S::m64s>

source§

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

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

impl<S: Simd> Debug for PrefixMut<'_, i32, S, S::m32s>

source§

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

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

impl<S: Simd> Debug for PrefixMut<'_, i64, S, S::m64s>

source§

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

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

impl<S: Simd> Debug for PrefixMut<'_, u32, S, S::m32s>

source§

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

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

impl<S: Simd> Debug for PrefixMut<'_, u64, S, S::m64s>

source§

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

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

impl<'a, T, S: Simd, Mask: Copy> IntoConst for PrefixMut<'a, T, S, Mask>

§

type Target = Prefix<'a, T, S, Mask>

source§

fn into_const(self) -> Self::Target

source§

impl<S: Simd> Read for PrefixMut<'_, c32, S, S::m32s>

§

type Output = <S as Simd>::c32s

source§

fn read_or(&self, or: Self::Output) -> Self::Output

source§

impl<S: Simd> Read for PrefixMut<'_, c64, S, S::m64s>

§

type Output = <S as Simd>::c64s

source§

fn read_or(&self, or: Self::Output) -> Self::Output

source§

impl<S: Simd> Read for PrefixMut<'_, f32, S, S::m32s>

§

type Output = <S as Simd>::f32s

source§

fn read_or(&self, or: Self::Output) -> Self::Output

source§

impl<S: Simd> Read for PrefixMut<'_, f64, S, S::m64s>

§

type Output = <S as Simd>::f64s

source§

fn read_or(&self, or: Self::Output) -> Self::Output

source§

impl<S: Simd> Read for PrefixMut<'_, i32, S, S::m32s>

§

type Output = <S as Simd>::i32s

source§

fn read_or(&self, or: Self::Output) -> Self::Output

source§

impl<S: Simd> Read for PrefixMut<'_, i64, S, S::m64s>

§

type Output = <S as Simd>::i64s

source§

fn read_or(&self, or: Self::Output) -> Self::Output

source§

impl<S: Simd> Read for PrefixMut<'_, u32, S, S::m32s>

§

type Output = <S as Simd>::u32s

source§

fn read_or(&self, or: Self::Output) -> Self::Output

source§

impl<S: Simd> Read for PrefixMut<'_, u64, S, S::m64s>

§

type Output = <S as Simd>::u64s

source§

fn read_or(&self, or: Self::Output) -> Self::Output

source§

impl<'short, T, S: Simd, Mask: Copy> Reborrow<'short> for PrefixMut<'_, T, S, Mask>

§

type Target = Prefix<'short, T, S, Mask>

source§

fn rb(&'short self) -> Self::Target

source§

impl<'short, T, S: Simd, Mask: Copy> ReborrowMut<'short> for PrefixMut<'_, T, S, Mask>

§

type Target = PrefixMut<'short, T, S, Mask>

source§

fn rb_mut(&'short mut self) -> Self::Target

source§

impl<S: Simd> Write for PrefixMut<'_, c32, S, S::m32s>

source§

fn write(&mut self, values: Self::Output)

source§

impl<S: Simd> Write for PrefixMut<'_, c64, S, S::m64s>

source§

fn write(&mut self, values: Self::Output)

source§

impl<S: Simd> Write for PrefixMut<'_, f32, S, S::m32s>

source§

fn write(&mut self, values: Self::Output)

source§

impl<S: Simd> Write for PrefixMut<'_, f64, S, S::m64s>

source§

fn write(&mut self, values: Self::Output)

source§

impl<S: Simd> Write for PrefixMut<'_, i32, S, S::m32s>

source§

fn write(&mut self, values: Self::Output)

source§

impl<S: Simd> Write for PrefixMut<'_, i64, S, S::m64s>

source§

fn write(&mut self, values: Self::Output)

source§

impl<S: Simd> Write for PrefixMut<'_, u32, S, S::m32s>

source§

fn write(&mut self, values: Self::Output)

source§

impl<S: Simd> Write for PrefixMut<'_, u64, S, S::m64s>

source§

fn write(&mut self, values: Self::Output)

Auto Trait Implementations§

§

impl<'a, T, S, Mask> Freeze for PrefixMut<'a, T, S, Mask>
where S: Freeze, Mask: Freeze,

§

impl<'a, T, S, Mask> RefUnwindSafe for PrefixMut<'a, T, S, Mask>

§

impl<'a, T, S, Mask> !Send for PrefixMut<'a, T, S, Mask>

§

impl<'a, T, S, Mask> !Sync for PrefixMut<'a, T, S, Mask>

§

impl<'a, T, S, Mask> Unpin for PrefixMut<'a, T, S, Mask>
where S: Unpin, Mask: Unpin,

§

impl<'a, T, S, Mask> !UnwindSafe for PrefixMut<'a, T, S, Mask>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.