Struct twiggy_ir::Code[][src]

pub struct Code { /* fields omitted */ }

Executable code. Function bodies.

Methods

impl Code
[src]

Construct a new IR item for executable code.

Get the demangled name of this function, if any.

Get the name of the generic function that this is a monomorphization of, if any.

Trait Implementations

impl From<Code> for ItemKind
[src]

Performs the conversion.

impl Clone for Code
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Code
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Code
[src]

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

This method tests for !=.

impl Eq for Code
[src]

Auto Trait Implementations

impl Send for Code

impl Sync for Code