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
Simple(String)
SortByName(String)
SortByAlignment(String)
SortByInitPriority(String)
SortNone(String)
ExcludeFile
Fields of ExcludeFile
files: Vec<String> | |
pattern: Box<SectionPattern> |
Trait Implementations
impl Debug for SectionPattern
[src]
impl PartialEq for SectionPattern
[src]
fn eq(&self, __arg_0: &SectionPattern) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SectionPattern) -> bool
This method tests for !=
.