[][src]Struct ppv_lite86::generic::u128x1_generic

pub struct u128x1_generic(_);

Trait Implementations

impl AndNot for u128x1_generic[src]

type Output = Self

impl BSwap for u128x1_generic[src]

impl ArithOps for u128x1_generic[src]

impl BitOps0 for u128x1_generic[src]

impl BitOps32 for u128x1_generic[src]

impl BitOps64 for u128x1_generic[src]

impl BitOps128 for u128x1_generic[src]

impl RotateEachWord32 for u128x1_generic[src]

impl RotateEachWord64 for u128x1_generic[src]

impl RotateEachWord128 for u128x1_generic[src]

impl Swap64 for u128x1_generic[src]

impl u128x1<GenericMachine> for u128x1_generic[src]

impl MultiLane<[u128; 1]> for u128x1_generic[src]

impl Store<vec128_storage> for u128x1_generic[src]

impl PartialEq<u128x1_generic> for u128x1_generic[src]

impl Clone for u128x1_generic[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for u128x1_generic[src]

impl Debug for u128x1_generic[src]

impl From<u128x1_generic> for vec128_storage[src]

impl Add<u128x1_generic> for u128x1_generic[src]

type Output = Self

The resulting type after applying the + operator.

impl AddAssign<u128x1_generic> for u128x1_generic[src]

impl Not for u128x1_generic[src]

type Output = Self

The resulting type after applying the ! operator.

impl BitAnd<u128x1_generic> for u128x1_generic[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<u128x1_generic> for u128x1_generic[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<u128x1_generic> for u128x1_generic[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitAndAssign<u128x1_generic> for u128x1_generic[src]

impl BitOrAssign<u128x1_generic> for u128x1_generic[src]

impl BitXorAssign<u128x1_generic> for u128x1_generic[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]