Struct twiggy_ir::DebugInfo[][src]

pub struct DebugInfo;

Debugging symbols and information, such as DWARF sections.

Methods

impl DebugInfo
[src]

Construct a new IR item for debug information and symbols.

Trait Implementations

impl From<DebugInfo> for ItemKind
[src]

Performs the conversion.

impl Clone for DebugInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DebugInfo
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for DebugInfo

impl Sync for DebugInfo