Enum ldscript_parser::OutputSectionConstraint [] [src]

pub enum OutputSectionConstraint {
    OnlyIfRo,
    OnlyIfRw,
}

Variants

Trait Implementations

impl Debug for OutputSectionConstraint
[src]

Formats the value using the given formatter.

impl PartialEq for OutputSectionConstraint
[src]

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

This method tests for !=.