Struct gio_sys::GListModelInterface
[−]
[src]
#[repr(C)]pub struct GListModelInterface { pub g_iface: GTypeInterface, pub get_item_type: Option<unsafe extern "C" fn(_: *mut GListModel) -> GType>, pub get_n_items: Option<unsafe extern "C" fn(_: *mut GListModel) -> c_uint>, pub get_item: Option<unsafe extern "C" fn(_: *mut GListModel, _: c_uint) -> gpointer>, }
Fields
g_iface: GTypeInterface
get_item_type: Option<unsafe extern "C" fn(_: *mut GListModel) -> GType>
get_n_items: Option<unsafe extern "C" fn(_: *mut GListModel) -> c_uint>
get_item: Option<unsafe extern "C" fn(_: *mut GListModel, _: c_uint) -> gpointer>
Trait Implementations
impl Copy for GListModelInterface[src]
impl Clone for GListModelInterface[src]
fn clone(&self) -> GListModelInterface[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more