Struct rustv::isa::SignedByte [] [src]

pub struct SignedByte(pub i8);

Methods

impl SignedByte
[src]

Trait Implementations

impl Clone for SignedByte
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SignedByte
[src]

impl Debug for SignedByte
[src]

Formats the value using the given formatter.

impl Eq for SignedByte
[src]

impl Hash for SignedByte
[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 SignedByte
[src]

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

impl PartialEq for SignedByte
[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 SignedByte
[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<SignedByte> for SignedByte
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<i8> for SignedByte
[src]

The resulting type after applying the + operator

The method for the + operator

impl AddAssign<SignedByte> for SignedByte
[src]

The method for the += operator

impl AddAssign<i8> for SignedByte
[src]

The method for the += operator

impl Sub<SignedByte> for SignedByte
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<i8> for SignedByte
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<SignedByte> for SignedByte
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<i8> for SignedByte
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<SignedByte> for SignedByte
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<i8> for SignedByte
[src]

The resulting type after applying the / operator

The method for the / operator

impl Rem<SignedByte> for SignedByte
[src]

The resulting type after applying the % operator

The method for the % operator

impl Rem<i8> for SignedByte
[src]

The resulting type after applying the % operator

The method for the % operator

impl Shr<SignedByte> for SignedByte
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<i8> for SignedByte
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shl<SignedByte> for SignedByte
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<i8> for SignedByte
[src]

The resulting type after applying the << operator

The method for the << operator

impl BitAnd<SignedByte> for SignedByte
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<i8> for SignedByte
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<SignedByte> for SignedByte
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<i8> for SignedByte
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<SignedByte> for SignedByte
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<i8> for SignedByte
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Display for SignedByte
[src]

Formats the value using the given formatter. Read more

impl LowerHex for SignedByte
[src]

Formats the value using the given formatter.

impl UpperHex for SignedByte
[src]

Formats the value using the given formatter.

impl IsaType for SignedByte
[src]

Converts the type into bytes, LSB-first.