Trait implementation lrs::sync::Lock::Eq

Objects that implement the binary == and != operators.

Syntax

impl Eq<Lock> for Lock

Remarks

Two locks are equal if their addresses are equal.