Struct rustc_data_structures::flock::Lock[][src]

pub struct Lock { /* fields omitted */ }

Methods

impl Lock
[src]

impl Lock
[src]

Trait Implementations

impl Debug for Lock
[src]

Formats the value using the given formatter. Read more

impl Drop for Lock
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Lock

impl Sync for Lock