libc

Type Alias os_unfair_lock

Source
pub type os_unfair_lock = os_unfair_lock_s;

Aliased Type§

struct os_unfair_lock { /* private fields */ }

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 for os_unfair_lock

Source§

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

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

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

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