Trait vizia_core::vg::shaper::AsNativeRunHandler

pub trait AsNativeRunHandler {
    // Required method
    fn as_native_run_handler(&mut self) -> &mut SkShaper_RunHandler;
}
Expand description

A trait for accessing the native run handler instance used in the shape_native* functions.

Required Methods§

fn as_native_run_handler(&mut self) -> &mut SkShaper_RunHandler

Implementations on Foreign Types§

§

impl AsNativeRunHandler for &mut SkShaper_RunHandler

§

fn as_native_run_handler(&mut self) -> &mut SkShaper_RunHandler

§

impl AsNativeRunHandler for RustRunHandler

§

fn as_native_run_handler(&mut self) -> &mut SkShaper_RunHandler

Implementors§