Struct twiggy_ir::Misc[][src]

pub struct Misc;

Miscellaneous item. Perhaps metadata. Perhaps something else.

Methods

impl Misc
[src]

Construct a new miscellaneous IR item.

Trait Implementations

impl From<Misc> for ItemKind
[src]

Performs the conversion.

impl Clone for Misc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Misc
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for Misc

impl Sync for Misc