Enum ldscript_parser::SectionPattern [] [src]

pub enum SectionPattern {
    Simple(String),
    SortByName(String),
    SortByAlignment(String),
    SortByInitPriority(String),
    SortNone(String),
    ExcludeFile {
        files: Vec<String>,
        pattern: Box<SectionPattern>,
    },
}

Variants

Fields of ExcludeFile

Trait Implementations

impl Debug for SectionPattern
[src]

Formats the value using the given formatter.

impl PartialEq for SectionPattern
[src]

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

This method tests for !=.