Struct otter_api_tests::zcoord::LimbVal[]

pub struct LimbVal(_);

Implementations

impl LimbVal

pub fn primitive(self) -> u64

pub fn to_str_buf(self, out: &mut [u8; 10]) -> LimbVal

return value is the top bits, shifted

Trait Implementations

impl Add<LimbVal> for LimbVal

type Output = LimbVal

The resulting type after applying the + operator.

impl BitAnd<LimbVal> for LimbVal

type Output = LimbVal

The resulting type after applying the & operator.

impl Clone for LimbVal

impl Copy for LimbVal

impl Debug for LimbVal

impl Display for LimbVal

impl Eq for LimbVal

impl From<u64> for LimbVal

impl Neg for LimbVal

type Output = LimbVal

The resulting type after applying the - operator.

impl Ord for LimbVal

impl PartialEq<LimbVal> for LimbVal

impl PartialOrd<LimbVal> for LimbVal

impl<__RhsT> Shr<__RhsT> for LimbVal where
    Wrapping<u64>: Shr<__RhsT>,
    <Wrapping<u64> as Shr<__RhsT>>::Output == Wrapping<u64>, 

type Output = LimbVal

The resulting type after applying the >> operator.

impl<__RhsT> ShrAssign<__RhsT> for LimbVal where
    Wrapping<u64>: ShrAssign<__RhsT>, 

impl StructuralEq for LimbVal

impl StructuralPartialEq for LimbVal

impl Sub<LimbVal> for LimbVal

type Output = LimbVal

The resulting type after applying the - operator.

Auto Trait Implementations

impl RefUnwindSafe for LimbVal

impl Send for LimbVal

impl Sync for LimbVal

impl Unpin for LimbVal

impl UnwindSafe for LimbVal

Blanket Implementations

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

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

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

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Any + Send + Sync

impl<A> DynCastExt for A

impl<T> From<T> for T[src]

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

impl<T> OrdExt<T> for T where
    T: Ord + Clone
[src]

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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<V, T> VZip<V> for T where
    V: MultiLane<T>,