gdk_pixbuf::subclass::prelude

Trait ListModelImpl

Source
pub trait ListModelImpl: ObjectImpl + ObjectSubclass
where Self::Type: IsA<ListModel>,
{ // Required methods fn item_type(&self) -> Type; fn n_items(&self) -> u32; fn item(&self, position: u32) -> Option<Object>; }

Required Methods§

Source

fn item_type(&self) -> Type

Source

fn n_items(&self) -> u32

Source

fn item(&self, position: u32) -> Option<Object>

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§