[][src]Struct ppv_lite86::u128x1

#[repr(transparent)]
pub struct u128x1(_);

Methods

impl u128x1[src]

pub fn new(x: u128) -> Self[src]

pub fn extract(self, i: u32) -> u128[src]

pub fn andnot(self, rhs: Self) -> Self[src]

pub fn swap1(self) -> Self[src]

pub fn swap2(self) -> Self[src]

pub fn swap4(self) -> Self[src]

pub fn swap8(self) -> Self[src]

pub fn swap16(self) -> Self[src]

pub fn swap32(self) -> Self[src]

pub fn swap64(self) -> Self[src]

Trait Implementations

impl Clone for u128x1[src]

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

Performs copy-assignment from source. Read more

impl Copy for u128x1[src]

impl BitAnd<u128x1> for u128x1[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<u128x1> for u128x1[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<u128x1> for u128x1[src]

type Output = u128x1

The resulting type after applying the ^ operator.

impl BitXorAssign<u128x1> for u128x1[src]

Auto Trait Implementations

impl Send for u128x1

impl Sync for u128x1

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T