Struct finite_fields::b1 [] [src]

pub struct b1(_);

The base binary type, a unit-width binary digit.

Methods

impl b1
[src]

Trait Implementations

impl Clone for b1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for b1
[src]

impl PartialEq for b1
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for b1
[src]

impl From<bool> for b1

Performs the conversion.

impl Display for b1
[src]

Formats the value using the given formatter.

impl<'a> PartialEq<b1> for &'a b1
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> PartialEq<&'a b1> for b1
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Peano for b1
[src]

Produces the next integer value in the field of self (i.e., increment).

Peano arithmetic function.

Total ordering function.

impl PartialOrd for b1
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Add for b1
[src]

Arithmetic addition with overflow error.

The resulting type after applying the + operator

The method for the + operator

impl<'a> Add<b1> for &'a b1
[src]

The resulting type after applying the + operator

The method for the + operator

impl<'a> Add<&'a b1> for &'a b1
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for b1
[src]

Arithmetic subtraction with overflow as error.

The resulting type after applying the - operator

The method for the - operator

impl<'a> Sub<b1> for &'a b1
[src]

The resulting type after applying the - operator

The method for the - operator

impl<'a> Sub<&'a b1> for &'a b1
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for b1
[src]

The resulting type after applying the * operator

The method for the * operator

impl<'a> Mul<b1> for &'a b1
[src]

The resulting type after applying the * operator

The method for the * operator

impl<'a> Mul<&'a b1> for &'a b1
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div for b1
[src]

The resulting type after applying the / operator

The method for the / operator

impl<'a> Div<b1> for &'a b1
[src]

The resulting type after applying the / operator

The method for the / operator

impl<'a> Div<&'a b1> for &'a b1
[src]

The resulting type after applying the / operator

The method for the / operator

impl BitXor for b1
[src]

The resulting type after applying the ^ operator

The method for the ^ operator