windows::Win32::System::Com

Trait IProcessLock_Impl

pub trait IProcessLock_Impl: IUnknownImpl {
    // Required methods
    fn AddRefOnProcess(&self) -> u32;
    fn ReleaseRefOnProcess(&self) -> u32;
}

Required Methods§

fn AddRefOnProcess(&self) -> u32

fn ReleaseRefOnProcess(&self) -> u32

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.

Implementors§