Struct hir::ir::Label [] [src]

pub struct Label {
    pub decl: Label,
    pub basic_block: NodeId,
    // some fields omitted
}

Fields

Methods

impl Label
[src]

Trait Implementations

impl Debug for Label
[src]

Formats the value using the given formatter. Read more

impl Clone for Label
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Label
[src]

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

This method tests for !=.

impl HeapSizeOf for Label
[src]

Measure the size of any heap-allocated structures that hang off this value, but not the space taken up by the value itself (i.e. what size_of:: measures, more or less); that space is handled by the implementation of HeapSizeOf for Box below. Read more

impl IrNode for Label
[src]

Auto Trait Implementations

impl Send for Label

impl Sync for Label