windows::Win32::Graphics::DirectWrite

Trait IDWriteRenderingParams3_Impl

pub trait IDWriteRenderingParams3_Impl: IDWriteRenderingParams2_Impl {
    // Required method
    fn GetRenderingMode1(&self) -> DWRITE_RENDERING_MODE1;
}

Required Methods§

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§