Struct cranelift_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 Copy for Uimm32impl Clone for Uimm32[src]
impl Clone for Uimm32fn clone(&self) -> Uimm32[src]
fn clone(&self) -> Uimm32Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Uimm32[src]
impl PartialEq for Uimm32fn eq(&self, other: &Uimm32) -> bool[src]
fn eq(&self, other: &Uimm32) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Uimm32) -> bool[src]
fn ne(&self, other: &Uimm32) -> boolThis method tests for !=.
impl Eq for Uimm32[src]
impl Eq for Uimm32impl Debug for Uimm32[src]
impl Debug for Uimm32fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for Uimm32[src]
impl Hash for Uimm32fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Into<u32> for Uimm32[src]
impl Into<u32> for Uimm32impl Into<i64> for Uimm32[src]
impl Into<i64> for Uimm32impl From<u32> for Uimm32[src]
impl From<u32> for Uimm32impl Display for Uimm32[src]
impl Display for Uimm32fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl FromStr for Uimm32[src]
impl FromStr for Uimm32