Struct llhd::konst::ConstInt [] [src]

pub struct ConstInt { /* fields omitted */ }

A constant integer value.

Methods

impl ConstInt
[src]

[src]

Create a new constant integer.

[src]

Get the width of the constant in bits.

[src]

Get the value of the constant.

Trait Implementations

impl Debug for ConstInt
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConstInt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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