libadwaita::subclass::prelude

Trait SymbolicPaintableImpl

source
pub trait SymbolicPaintableImpl: PaintableImpl + ObjectSubclass
where Self::Type: IsA<SymbolicPaintable>,
{ // Provided method fn snapshot_symbolic( &self, snapshot: &Snapshot, width: f64, height: f64, colors: &[RGBA], ) { ... } }

Provided Methods§

source

fn snapshot_symbolic( &self, snapshot: &Snapshot, width: f64, height: f64, colors: &[RGBA], )

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§