Struct rustv::isa::Word [] [src]

pub struct Word(pub u32);

Methods

impl Word
[src]

Trait Implementations

impl Clone for Word
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Word
[src]

impl Debug for Word
[src]

Formats the value using the given formatter.

impl Eq for Word
[src]

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

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

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

The resulting type after applying the + operator

The method for the + operator

impl Add<u32> for Word
[src]

The resulting type after applying the + operator

The method for the + operator

impl AddAssign<Word> for Word
[src]

The method for the += operator

impl AddAssign<u32> for Word
[src]

The method for the += operator

impl Sub<Word> for Word
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u32> for Word
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<Word> for Word
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u32> for Word
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Word> for Word
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u32> for Word
[src]

The resulting type after applying the / operator

The method for the / operator

impl Rem<Word> for Word
[src]

The resulting type after applying the % operator

The method for the % operator

impl Rem<u32> for Word
[src]

The resulting type after applying the % operator

The method for the % operator

impl Shr<Word> for Word
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u32> for Word
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shl<Word> for Word
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u32> for Word
[src]

The resulting type after applying the << operator

The method for the << operator

impl BitAnd<Word> for Word
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u32> for Word
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<Word> for Word
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u32> for Word
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<Word> for Word
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u32> for Word
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Display for Word
[src]

Formats the value using the given formatter. Read more

impl LowerHex for Word
[src]

Formats the value using the given formatter.

impl UpperHex for Word
[src]

Formats the value using the given formatter.

impl IsaType for Word
[src]

Converts the type into bytes, LSB-first.