Struct test_assembler::RealLabel [] [src]

pub struct RealLabel {
    // some fields omitted
}

The inner workings of Label. Don't instanitate this, instantiate Label.

Methods

impl RealLabel
[src]

Get the constant value of the RealLabel, if known.

Get the relative offset from another label, if possible.

Set this RealLabels value to val.

Set this RealLabels value equal to other.

Trait Implementations

impl Debug for RealLabel
[src]

Formats the value using the given formatter.

impl LabelMaker for RealLabel
[src]

Create an undefined label.

Create a label with a constant value val.

Create a label whose value is equal to other.

Create a label whose value is equal to other plus offset.