windows::Win32::Graphics::Imaging

Trait IWICMetadataBlockReader_Impl

pub trait IWICMetadataBlockReader_Impl: IUnknownImpl {
    // Required methods
    fn GetContainerFormat(&self) -> Result<GUID>;
    fn GetCount(&self) -> Result<u32>;
    fn GetReaderByIndex(&self, nindex: u32) -> Result<IWICMetadataReader>;
    fn GetEnumerator(&self) -> Result<IEnumUnknown>;
}

Required Methods§

fn GetContainerFormat(&self) -> Result<GUID>

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

fn GetReaderByIndex(&self, nindex: u32) -> Result<IWICMetadataReader>

fn GetEnumerator(&self) -> Result<IEnumUnknown>

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§