Skip to main content

IDirectWriterLock_Impl

Trait IDirectWriterLock_Impl 

Source
pub trait IDirectWriterLock_Impl: IUnknownImpl {
    // Required methods
    fn WaitForWriteAccess(&self, dwtimeout: u32) -> Result<(), Error>;
    fn ReleaseWriteAccess(&self) -> Result<(), Error>;
    fn HaveWriteAccess(&self) -> Result<(), Error>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§