Type Alias _LOCK_RECURSIVE_T

Source
pub type _LOCK_RECURSIVE_T = __lock_t;

Aliased Type§

#[repr(C)]
pub struct _LOCK_RECURSIVE_T { pub lock: i32, pub thread_tag: u32, pub counter: u32, }

Fields§

§lock: i32§thread_tag: u32§counter: u32

Trait Implementations

Source§

impl Clone for __lock_t

Source§

fn clone(&self) -> __lock_t

Returns a duplicate of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for __lock_t

Source§

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

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

impl Default for __lock_t

Source§

fn default() -> __lock_t

Returns the “default value” for a type. Read more
Source§

impl Copy for __lock_t