Struct rustc::util::common::ProfQDumpParams
[−]
[src]
pub struct ProfQDumpParams { pub path: String, pub ack: Sender<()>, pub dump_profq_msg_log: bool, }
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Parameters to the Dump
variant of type ProfileQueriesMsg
.
Fields
path: String
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
A base path for the files we will dump
ack: Sender<()>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
To ensure that the compiler waits for us to finish our dumps
dump_profq_msg_log: bool
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
toggle dumping a log file with every ProfileQueriesMsg
Trait Implementations
impl Clone for ProfQDumpParams
[src]
fn clone(&self) -> ProfQDumpParams
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more