[−][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 SourceSlice
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for SourceSlice
[src]
impl Clone for SourceSlice
fn clone(&self) -> SourceSlice
[src]
fn clone(&self) -> SourceSlice
Returns 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 SourceSlice
impl Eq for SourceSlice
[src]
impl Eq for SourceSlice
impl PartialEq for SourceSlice
[src]
impl PartialEq for SourceSlice
fn eq(&self, other: &SourceSlice) -> bool
[src]
fn eq(&self, other: &SourceSlice) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for SourceSlice
impl Send for SourceSlice
impl Sync for SourceSlice
impl Sync for SourceSlice