skia_safe::shaper

Trait AsNativeRunHandler

Source
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§

Source

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

Implementations on Foreign Types§

Source§

impl AsNativeRunHandler for &mut SkShaper_RunHandler

Source§

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

Source§

impl AsNativeRunHandler for RustRunHandler

Source§

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

Implementors§