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
start: u32
                           
                           
                           
                           length: u32
                           
                           
                           
                           file_index: Option<u32>
                           
                           
                           
                           operation: Operation
                           
                Trait Implementations
impl Debug for Mapping[src] 
impl Debug for Mappingfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Mapping[src] 
impl Clone for Mappingfn clone(&self) -> Mapping[src] 
fn clone(&self) -> MappingReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Mapping[src] 
impl PartialEq for Mappingfn eq(&self, other: &Mapping) -> bool[src] 
fn eq(&self, other: &Mapping) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Mapping) -> bool[src] 
fn ne(&self, other: &Mapping) -> boolThis method tests for !=.
impl Eq for Mapping[src] 
impl Eq for Mapping