Struct rustc_data_structures::flock::Lock
[−]
[src]
pub struct Lock { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
rustc_private
)Methods
impl Lock
[src]
fn new(p: &Path, wait: bool, create: bool, exclusive: bool) -> Result<Lock>
🔬 This is a nightly-only experimental API. (
rustc_private
)impl Lock
[src]
fn panicking_new(p: &Path, wait: bool, create: bool, exclusive: bool) -> Lock
🔬 This is a nightly-only experimental API. (
rustc_private
)