Struct itron_fmp3::mutex::MutexRef [−][src]
pub struct MutexRef<'a> { /* fields omitted */ }This is supported on crate feature
unstable only.Expand description
A borrowed reference to a mutex.
Implementations
Get the raw object ID as abi::NonNullID.
tloc_mtx: Lock the mutex with timeout.
ploc_mtx: Attempt to lock the mutex. Returns immediately if it’s
already locked.
ini_mtx: Initialize the mutex.