Struct twiggy_ir::Data [] [src]

pub struct Data { /* fields omitted */ }

Data inside the binary that may or may not end up loaded into memory with the executable code.

Methods

impl Data
[src]

[src]

Construct a new Data that has a type of the given type name, if known.

Trait Implementations

impl From<Data> for ItemKind
[src]

[src]

Performs the conversion.

impl Clone for Data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Data
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for Data

impl Sync for Data