Trait windows::Win32::System::ClrHosting::IHostSemaphore_Impl
pub trait IHostSemaphore_Impl: Sized {
// Required methods
fn Wait(&self, dwmilliseconds: u32, option: u32) -> Result<()>;
fn ReleaseSemaphore(&self, lreleasecount: i32) -> Result<i32>;
}
Required Methods§
fn Wait(&self, dwmilliseconds: u32, option: u32) -> Result<()>
fn ReleaseSemaphore(&self, lreleasecount: i32) -> Result<i32>
Object Safety§
This trait is not object safe.