Struct turbo::b1 []

pub struct b1(_);

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

Methods

impl b1

Reports the maximum unsigned integer expressible in this type.

Trait Implementations

impl Clone for b1

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for b1

impl Debug for b1

Formats the value using the given formatter.

impl PartialEq for b1

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

impl From<bool> for b1

Performs the conversion.

impl Display for b1

Formats the value using the given formatter. Read more

impl BitAnd for b1

The resulting type after applying the & operator

The method for the & operator

impl BitOr for b1

The resulting type after applying the | operator

The method for the | operator

impl BitXor for b1

The resulting type after applying the ^ operator

The method for the ^ operator

impl<'a> PartialEq<b1> for &'a b1

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

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

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

Peano arithmetic function.

Total ordering function.

impl PartialOrd for b1

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

Arithmetic addition with overflow error.

The resulting type after applying the + operator

The method for the + operator

impl<'a> Add<b1> for &'a b1

The resulting type after applying the + operator

The method for the + operator

impl<'a> Add<&'a b1> for &'a b1

The resulting type after applying the + operator

The method for the + operator

impl Sub for b1

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

The resulting type after applying the - operator

The method for the - operator

impl<'a> Sub<&'a b1> for &'a b1

The resulting type after applying the - operator

The method for the - operator

impl Mul for b1

The resulting type after applying the * operator

The method for the * operator

impl<'a> Mul<b1> for &'a b1

The resulting type after applying the * operator

The method for the * operator

impl<'a> Mul<&'a b1> for &'a b1

The resulting type after applying the * operator

The method for the * operator

impl Div for b1

The resulting type after applying the / operator

The method for the / operator

impl<'a> Div<b1> for &'a b1

The resulting type after applying the / operator

The method for the / operator

impl<'a> Div<&'a b1> for &'a b1

The resulting type after applying the / operator

The method for the / operator