Enum ldscript_parser::RootItem [] [src]

pub enum RootItem {
    Statement(Statement),
    Command(Command),
    Memory {
        regions: Vec<Region>,
    },
    Sections {
        list: Vec<SectionCommand>,
    },
}

Variants

Fields of Memory

Fields of Sections

Trait Implementations

impl Debug for RootItem
[src]

Formats the value using the given formatter.

impl PartialEq for RootItem
[src]

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

This method tests for !=.