Trait IEnhancedStorageACT3_Impl
pub trait IEnhancedStorageACT3_Impl: IEnhancedStorageACT2_Impl {
// Required methods
fn UnauthorizeEx(&self, dwflags: u32) -> Result<()>;
fn IsQueueFrozen(&self) -> Result<BOOL>;
fn GetShellExtSupport(&self) -> Result<BOOL>;
}
Required Methods§
fn IsQueueFrozen(&self) -> Result<BOOL>
fn GetShellExtSupport(&self) -> Result<BOOL>
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.