pub trait ISynchronizeMutex_Impl: Sized + ISynchronize_Impl {
    // Required method
    fn ReleaseMutex(&self) -> Result<()>;
}

Required Methods§

fn ReleaseMutex(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§