nstd_timed_mutex_get

Function nstd_timed_mutex_get 

Source
pub unsafe extern "C" fn nstd_timed_mutex_get(
    guard: &NSTDTimedMutexGuard<'_, '_>,
) -> NSTDAny
Available on crate feature timed_mutex only.
Expand description

Returns an immutable raw pointer to a timed mutex guard’s protected data.

§Parameters:

  • const NSTDTimedMutexGuard *guard - The mutex guard.

§Returns

NSTDAny data - A pointer to the guard’s protected data.