[−][src]Struct gio_sys::GListModelInterface
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) -> *mut GObject>
Trait Implementations
impl Clone for GListModelInterface
[src][+]
impl Copy for GListModelInterface
[src]
impl Debug for GListModelInterface
[src][+]
Auto Trait Implementations
impl Send for GListModelInterface
impl Unpin for GListModelInterface
impl Sync for GListModelInterface
impl UnwindSafe for GListModelInterface
impl RefUnwindSafe for GListModelInterface
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,