Struct pulp::Prefix

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

Implementations§

source§

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

source

pub fn empty(simd: S) -> Self

Trait Implementations§

source§

impl<'a, T: Clone, S: Clone + Simd, Mask: Clone + Copy> Clone for Prefix<'a, T, S, Mask>

source§

fn clone(&self) -> Prefix<'a, T, S, Mask>

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<S: Simd> Debug for Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, u64, S, S::m64s>

source§

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

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

impl<S: Simd> Read for Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, 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 Prefix<'_, u64, S, S::m64s>

§

type Output = <S as Simd>::u64s

source§

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

source§

impl<'a, T: Copy, S: Copy + Simd, Mask: Copy + Copy> Copy for Prefix<'a, T, S, Mask>

Auto Trait Implementations§

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, S, Mask> UnwindSafe for Prefix<'a, T, S, Mask>
where S: UnwindSafe, Mask: UnwindSafe, T: RefUnwindSafe,

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> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
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.