pub struct Pidlock { /* private fields */ }
Expand description
A pid-centered lock. A lock is considered “acquired” when a file exists on disk at the path specified, containing the process id of the locking process.
Implementations§
Auto Trait Implementations§
impl Freeze for Pidlock
impl RefUnwindSafe for Pidlock
impl Send for Pidlock
impl Sync for Pidlock
impl Unpin for Pidlock
impl UnwindSafe for Pidlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more