Type Alias ctru_sys::_LOCK_RECURSIVE_T

source ·
pub type _LOCK_RECURSIVE_T = __lock_t;

Aliased Type§

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 copy 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