Trait IDWriteRenderingParams2_Impl
pub trait IDWriteRenderingParams2_Impl: IDWriteRenderingParams1_Impl {
// Required method
fn GetGridFitMode(&self) -> DWRITE_GRID_FIT_MODE;
}
Required Methods§
fn GetGridFitMode(&self) -> DWRITE_GRID_FIT_MODE
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.