Trait IOpLockStatus_Impl
pub trait IOpLockStatus_Impl: IUnknownImpl {
// Required methods
fn IsOplockValid(&self) -> Result<BOOL>;
fn IsOplockBroken(&self) -> Result<BOOL>;
fn GetOplockEventHandle(&self) -> Result<HANDLE>;
}
Required Methods§
fn IsOplockValid(&self) -> Result<BOOL>
fn IsOplockBroken(&self) -> Result<BOOL>
fn GetOplockEventHandle(&self) -> Result<HANDLE>
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.