Struct rustc_data_structures::flock::Lock
[−]
[src]
pub struct Lock { /* fields omitted */ }
🔬 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?
Methods
impl Lock
[src]
pub fn new(p: &Path, wait: bool, create: bool, exclusive: bool) -> Result<Lock>
[src]
🔬 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?
impl Lock
[src]
pub fn panicking_new(
p: &Path,
wait: bool,
create: bool,
exclusive: bool
) -> Lock
[src]
p: &Path,
wait: bool,
create: bool,
exclusive: bool
) -> Lock
🔬 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?
Trait Implementations
impl Debug for Lock
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more