windows::Win32::Graphics::Imaging

Trait IWICProgressiveLevelControl_Impl

pub trait IWICProgressiveLevelControl_Impl: IUnknownImpl {
    // Required methods
    fn GetLevelCount(&self) -> Result<u32>;
    fn GetCurrentLevel(&self) -> Result<u32>;
    fn SetCurrentLevel(&self, nlevel: u32) -> Result<()>;
}

Required Methods§

fn GetLevelCount(&self) -> Result<u32>

fn GetCurrentLevel(&self) -> Result<u32>

fn SetCurrentLevel(&self, nlevel: u32) -> 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§