Struct rustc_query_impl::on_disk_cache::SourceFileIndex
source · struct SourceFileIndex(u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Clone for SourceFileIndex
impl Clone for SourceFileIndex
source§fn clone(&self) -> SourceFileIndex
fn clone(&self) -> SourceFileIndex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SourceFileIndex
impl Debug for SourceFileIndex
source§impl<__D: Decoder> Decodable<__D> for SourceFileIndex
impl<__D: Decoder> Decodable<__D> for SourceFileIndex
source§impl<__E: Encoder> Encodable<__E> for SourceFileIndex
impl<__E: Encoder> Encodable<__E> for SourceFileIndex
source§impl Hash for SourceFileIndex
impl Hash for SourceFileIndex
source§impl PartialEq<SourceFileIndex> for SourceFileIndex
impl PartialEq<SourceFileIndex> for SourceFileIndex
source§fn eq(&self, other: &SourceFileIndex) -> bool
fn eq(&self, other: &SourceFileIndex) -> bool
impl Copy for SourceFileIndex
impl Eq for SourceFileIndex
impl StructuralEq for SourceFileIndex
impl StructuralPartialEq for SourceFileIndex
Auto Trait Implementations§
impl RefUnwindSafe for SourceFileIndex
impl Send for SourceFileIndex
impl Sync for SourceFileIndex
impl Unpin for SourceFileIndex
impl UnwindSafe for SourceFileIndex
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes