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