[−][src]Struct pdb::SourceSlice
Represents an offset + size of the source file.
The multi-stream file implementation (used by pdb::PDB) determines which byte ranges it needs
to satisfy its requests, and it describes those requests as a &[SourceSlice].
Fields
offset: u64
size: usize
Trait Implementations
impl Debug for SourceSlice[src]
impl Debug for SourceSlicefn 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 SourceSlice[src]
impl Clone for SourceSlicefn clone(&self) -> SourceSlice[src]
fn clone(&self) -> SourceSliceReturns 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 Copy for SourceSlice[src]
impl Copy for SourceSliceimpl Eq for SourceSlice[src]
impl Eq for SourceSliceimpl PartialEq for SourceSlice[src]
impl PartialEq for SourceSlicefn eq(&self, other: &SourceSlice) -> bool[src]
fn eq(&self, other: &SourceSlice) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SourceSlice) -> bool[src]
fn ne(&self, other: &SourceSlice) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for SourceSlice
impl Send for SourceSliceimpl Sync for SourceSlice
impl Sync for SourceSlice