Struct reverie::algebra::gf2::BitSharing64[][src]

pub struct BitSharing64(_);

Trait Implementations

impl Add<BitSharing64> for BitSharing64[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for BitSharing64[src]

impl Copy for BitSharing64[src]

impl Debug for BitSharing64[src]

impl Eq for BitSharing64[src]

impl LocalOperation for BitSharing64[src]

impl Mul<BitSharing64> for BitSharing64[src]

type Output = Self

The resulting type after applying the * operator.

impl PartialEq<BitSharing64> for BitSharing64[src]

impl RingElement for BitSharing64[src]

impl RingModule<BitScalar> for BitSharing64[src]

impl Serializable for BitSharing64[src]

impl Sharing<BitScalar> for BitSharing64[src]

impl StructuralEq for BitSharing64[src]

impl StructuralPartialEq for BitSharing64[src]

impl Sub<BitSharing64> for BitSharing64[src]

type Output = Self

The resulting type after applying the - operator.

Auto Trait Implementations

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> From<T> for T[src]

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

impl<T> Pointable for T

type Init = T

The type for initializers.

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

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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>,