Trait windows::Win32::Graphics::Imaging::IWICDdsDecoder_Impl

pub trait IWICDdsDecoder_Impl: Sized {
    // Required methods
    fn GetParameters(&self, pparameters: *mut WICDdsParameters) -> Result<()>;
    fn GetFrame(
        &self,
        arrayindex: u32,
        miplevel: u32,
        sliceindex: u32,
    ) -> Result<IWICBitmapFrameDecode>;
}

Required Methods§

fn GetParameters(&self, pparameters: *mut WICDdsParameters) -> Result<()>

fn GetFrame( &self, arrayindex: u32, miplevel: u32, sliceindex: u32, ) -> Result<IWICBitmapFrameDecode>

Object Safety§

This trait is not object safe.

Implementors§