Struct rustv::isa::SignedHalfWord [] [src]

pub struct SignedHalfWord(pub i16);

Methods

impl SignedHalfWord
[src]

Trait Implementations

impl Clone for SignedHalfWord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SignedHalfWord
[src]

impl Debug for SignedHalfWord
[src]

Formats the value using the given formatter.

impl Eq for SignedHalfWord
[src]

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

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

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

The resulting type after applying the + operator

The method for the + operator

impl Add<i16> for SignedHalfWord
[src]

The resulting type after applying the + operator

The method for the + operator

impl AddAssign<SignedHalfWord> for SignedHalfWord
[src]

The method for the += operator

impl AddAssign<i16> for SignedHalfWord
[src]

The method for the += operator

impl Sub<SignedHalfWord> for SignedHalfWord
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<i16> for SignedHalfWord
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<SignedHalfWord> for SignedHalfWord
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<i16> for SignedHalfWord
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<SignedHalfWord> for SignedHalfWord
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<i16> for SignedHalfWord
[src]

The resulting type after applying the / operator

The method for the / operator

impl Rem<SignedHalfWord> for SignedHalfWord
[src]

The resulting type after applying the % operator

The method for the % operator

impl Rem<i16> for SignedHalfWord
[src]

The resulting type after applying the % operator

The method for the % operator

impl Shr<SignedHalfWord> for SignedHalfWord
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<i16> for SignedHalfWord
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shl<SignedHalfWord> for SignedHalfWord
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<i16> for SignedHalfWord
[src]

The resulting type after applying the << operator

The method for the << operator

impl BitAnd<SignedHalfWord> for SignedHalfWord
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<i16> for SignedHalfWord
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<SignedHalfWord> for SignedHalfWord
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<i16> for SignedHalfWord
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<SignedHalfWord> for SignedHalfWord
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<i16> for SignedHalfWord
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Display for SignedHalfWord
[src]

Formats the value using the given formatter. Read more

impl LowerHex for SignedHalfWord
[src]

Formats the value using the given formatter.

impl UpperHex for SignedHalfWord
[src]

Formats the value using the given formatter.

impl IsaType for SignedHalfWord
[src]

Converts the type into bytes, LSB-first.