Struct rustv::isa::Byte [] [src]

pub struct Byte(pub u8);

Methods

impl Byte
[src]

Trait Implementations

impl Clone for Byte
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Byte
[src]

impl Debug for Byte
[src]

Formats the value using the given formatter.

impl Eq for Byte
[src]

impl Hash for Byte
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for Byte
[src]

This method returns an Ordering between self and other. Read more

impl PartialEq for Byte
[src]

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

This method tests for !=.

impl PartialOrd for Byte
[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<Byte> for Byte
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<u8> for Byte
[src]

The resulting type after applying the + operator

The method for the + operator

impl AddAssign<Byte> for Byte
[src]

The method for the += operator

impl AddAssign<u8> for Byte
[src]

The method for the += operator

impl Sub<Byte> for Byte
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u8> for Byte
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<Byte> for Byte
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u8> for Byte
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Byte> for Byte
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u8> for Byte
[src]

The resulting type after applying the / operator

The method for the / operator

impl Rem<Byte> for Byte
[src]

The resulting type after applying the % operator

The method for the % operator

impl Rem<u8> for Byte
[src]

The resulting type after applying the % operator

The method for the % operator

impl Shr<Byte> for Byte
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u8> for Byte
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shl<Byte> for Byte
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u8> for Byte
[src]

The resulting type after applying the << operator

The method for the << operator

impl BitAnd<Byte> for Byte
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u8> for Byte
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<Byte> for Byte
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u8> for Byte
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<Byte> for Byte
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u8> for Byte
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Display for Byte
[src]

Formats the value using the given formatter. Read more

impl LowerHex for Byte
[src]

Formats the value using the given formatter.

impl UpperHex for Byte
[src]

Formats the value using the given formatter.

impl IsaType for Byte
[src]

Converts the type into bytes, LSB-first.