Struct cretonne_codegen::ir::immediates::Uimm32 [] [src]

pub struct Uimm32(_);

A 32-bit unsigned integer immediate operand.

This is used to represent sizes of memory objects.

Trait Implementations

impl Copy for Uimm32
[src]

impl Clone for Uimm32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Uimm32
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Uimm32
[src]

impl Debug for Uimm32
[src]

[src]

Formats the value using the given formatter. Read more

impl Hash for Uimm32
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Into<u32> for Uimm32
[src]

[src]

Performs the conversion.

impl Into<i64> for Uimm32
[src]

[src]

Performs the conversion.

impl From<u32> for Uimm32
[src]

[src]

Performs the conversion.

impl Display for Uimm32
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for Uimm32
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Uimm32

impl Sync for Uimm32