Struct rustc_query_impl::stats::QueryStats [−][src]
struct QueryStats {
name: &'static str,
key_size: usize,
key_type: &'static str,
value_size: usize,
value_type: &'static str,
entry_count: usize,
local_def_id_keys: Option<usize>,
}
Fields
name: &'static str
key_size: usize
key_type: &'static str
value_size: usize
value_type: &'static str
entry_count: usize
local_def_id_keys: Option<usize>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QueryStats
impl Send for QueryStats
impl Sync for QueryStats
impl Unpin for QueryStats
impl UnwindSafe for QueryStats
Blanket Implementations
Mutably borrows from an owned value. Read more
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: 88 bytes