Trait ICLRSyncManager_Impl
pub trait ICLRSyncManager_Impl: IUnknownImpl {
// Required methods
fn GetMonitorOwner(&self, cookie: usize) -> Result<IHostTask>;
fn CreateRWLockOwnerIterator(&self, cookie: usize) -> Result<usize>;
fn GetRWLockOwnerNext(&self, iterator: usize) -> Result<IHostTask>;
fn DeleteRWLockOwnerIterator(&self, iterator: usize) -> Result<()>;
}
Required Methods§
fn GetMonitorOwner(&self, cookie: usize) -> Result<IHostTask>
fn CreateRWLockOwnerIterator(&self, cookie: usize) -> Result<usize>
fn GetRWLockOwnerNext(&self, iterator: usize) -> Result<IHostTask>
fn DeleteRWLockOwnerIterator(&self, iterator: usize) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.