Struct pdb::SourceSlice [] [src]

pub struct SourceSlice {
    pub offset: u64,
    pub size: usize,
}

Represents an offset + size of the source file.

Fields

Trait Implementations

impl Debug for SourceSlice
[src]

Formats the value using the given formatter.

impl Clone for SourceSlice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SourceSlice
[src]

impl Eq for SourceSlice
[src]

impl PartialEq for SourceSlice
[src]

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

This method tests for !=.