windows::Win32::UI::TabletPC

Trait IRealTimeStylusSynchronization_Impl

pub trait IRealTimeStylusSynchronization_Impl: IUnknownImpl {
    // Required methods
    fn AcquireLock(&self, lock: RealTimeStylusLockType) -> Result<()>;
    fn ReleaseLock(&self, lock: RealTimeStylusLockType) -> Result<()>;
}

Required Methods§

fn AcquireLock(&self, lock: RealTimeStylusLockType) -> Result<()>

fn ReleaseLock(&self, lock: RealTimeStylusLockType) -> 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.

Implementors§