Struct rustv::isa::SignedWord [] [src]

pub struct SignedWord(pub i32);

Methods

impl SignedWord
[src]

Trait Implementations

impl Clone for SignedWord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SignedWord
[src]

impl Debug for SignedWord
[src]

Formats the value using the given formatter.

impl Eq for SignedWord
[src]

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

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

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

The resulting type after applying the + operator

The method for the + operator

impl Add<i32> for SignedWord
[src]

The resulting type after applying the + operator

The method for the + operator

impl AddAssign<SignedWord> for SignedWord
[src]

The method for the += operator

impl AddAssign<i32> for SignedWord
[src]

The method for the += operator

impl Sub<SignedWord> for SignedWord
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<i32> for SignedWord
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<SignedWord> for SignedWord
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<i32> for SignedWord
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<SignedWord> for SignedWord
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<i32> for SignedWord
[src]

The resulting type after applying the / operator

The method for the / operator

impl Rem<SignedWord> for SignedWord
[src]

The resulting type after applying the % operator

The method for the % operator

impl Rem<i32> for SignedWord
[src]

The resulting type after applying the % operator

The method for the % operator

impl Shr<SignedWord> for SignedWord
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<i32> for SignedWord
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shl<SignedWord> for SignedWord
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<i32> for SignedWord
[src]

The resulting type after applying the << operator

The method for the << operator

impl BitAnd<SignedWord> for SignedWord
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<i32> for SignedWord
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<SignedWord> for SignedWord
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<i32> for SignedWord
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<SignedWord> for SignedWord
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<i32> for SignedWord
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Display for SignedWord
[src]

Formats the value using the given formatter. Read more

impl LowerHex for SignedWord
[src]

Formats the value using the given formatter.

impl UpperHex for SignedWord
[src]

Formats the value using the given formatter.

impl IsaType for SignedWord
[src]

Converts the type into bytes, LSB-first.