Struct parables_testing::source_map::Mapping[][src]

pub struct Mapping {
    pub start: u32,
    pub length: u32,
    pub file_index: Option<u32>,
    pub operation: Operation,
}

Fields

Trait Implementations

impl Debug for Mapping
[src]

Formats the value using the given formatter. Read more

impl Clone for Mapping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Mapping
[src]

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

This method tests for !=.

impl Eq for Mapping
[src]

Auto Trait Implementations

impl Send for Mapping

impl Sync for Mapping