Type Definition libc::os_unfair_lock

source ·
pub type os_unfair_lock = os_unfair_lock_s;

Trait Implementations§

source§

impl Debug for os_unfair_lock

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for os_unfair_lock

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq<os_unfair_lock_s> for os_unfair_lock

source§

fn eq(&self, other: &os_unfair_lock) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for os_unfair_lock