Struct ldscript_parser::Region [] [src]

pub struct Region {
    pub name: String,
    pub origin: u64,
    pub length: u64,
}

Fields

Trait Implementations

impl Debug for Region
[src]

Formats the value using the given formatter.

impl PartialEq for Region
[src]

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

This method tests for !=.