Struct rustv::isa::HalfWord [] [src]

pub struct HalfWord(pub u16);

Methods

impl HalfWord
[src]

Trait Implementations

impl Clone for HalfWord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HalfWord
[src]

impl Debug for HalfWord
[src]

Formats the value using the given formatter.

impl Eq for HalfWord
[src]

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

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

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

The resulting type after applying the + operator

The method for the + operator

impl Add<u16> for HalfWord
[src]

The resulting type after applying the + operator

The method for the + operator

impl AddAssign<HalfWord> for HalfWord
[src]

The method for the += operator

impl AddAssign<u16> for HalfWord
[src]

The method for the += operator

impl Sub<HalfWord> for HalfWord
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u16> for HalfWord
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<HalfWord> for HalfWord
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u16> for HalfWord
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<HalfWord> for HalfWord
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u16> for HalfWord
[src]

The resulting type after applying the / operator

The method for the / operator

impl Rem<HalfWord> for HalfWord
[src]

The resulting type after applying the % operator

The method for the % operator

impl Rem<u16> for HalfWord
[src]

The resulting type after applying the % operator

The method for the % operator

impl Shr<HalfWord> for HalfWord
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u16> for HalfWord
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shl<HalfWord> for HalfWord
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u16> for HalfWord
[src]

The resulting type after applying the << operator

The method for the << operator

impl BitAnd<HalfWord> for HalfWord
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u16> for HalfWord
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<HalfWord> for HalfWord
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u16> for HalfWord
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<HalfWord> for HalfWord
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u16> for HalfWord
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Display for HalfWord
[src]

Formats the value using the given formatter. Read more

impl LowerHex for HalfWord
[src]

Formats the value using the given formatter.

impl UpperHex for HalfWord
[src]

Formats the value using the given formatter.

impl IsaType for HalfWord
[src]

Converts the type into bytes, LSB-first.