Struct clutter_sys::ClutterModelIterClass[][src]

#[repr(C)]
pub struct ClutterModelIterClass {
Show fields pub parent_class: GObjectClass, pub get_value: Option<unsafe extern "C" fn(_: *mut ClutterModelIter, _: c_uint, _: *const GValue)>, pub set_value: Option<unsafe extern "C" fn(_: *mut ClutterModelIter, _: c_uint, _: *const GValue)>, pub is_first: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> gboolean>, pub is_last: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> gboolean>, pub next: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> *mut ClutterModelIter>, pub prev: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> *mut ClutterModelIter>, pub get_model: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> *mut ClutterModel>, pub get_row: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> c_uint>, pub copy: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> *mut ClutterModelIter>, pub _clutter_model_iter_1: Option<unsafe extern "C" fn()>, pub _clutter_model_iter_2: Option<unsafe extern "C" fn()>, pub _clutter_model_iter_3: Option<unsafe extern "C" fn()>, pub _clutter_model_iter_4: Option<unsafe extern "C" fn()>, pub _clutter_model_iter_5: Option<unsafe extern "C" fn()>, pub _clutter_model_iter_6: Option<unsafe extern "C" fn()>, pub _clutter_model_iter_7: Option<unsafe extern "C" fn()>, pub _clutter_model_iter_8: Option<unsafe extern "C" fn()>,
}

Fields

parent_class: GObjectClassget_value: Option<unsafe extern "C" fn(_: *mut ClutterModelIter, _: c_uint, _: *const GValue)>set_value: Option<unsafe extern "C" fn(_: *mut ClutterModelIter, _: c_uint, _: *const GValue)>is_first: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> gboolean>is_last: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> gboolean>next: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> *mut ClutterModelIter>prev: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> *mut ClutterModelIter>get_model: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> *mut ClutterModel>get_row: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> c_uint>copy: Option<unsafe extern "C" fn(_: *mut ClutterModelIter) -> *mut ClutterModelIter>_clutter_model_iter_1: Option<unsafe extern "C" fn()>_clutter_model_iter_2: Option<unsafe extern "C" fn()>_clutter_model_iter_3: Option<unsafe extern "C" fn()>_clutter_model_iter_4: Option<unsafe extern "C" fn()>_clutter_model_iter_5: Option<unsafe extern "C" fn()>_clutter_model_iter_6: Option<unsafe extern "C" fn()>_clutter_model_iter_7: Option<unsafe extern "C" fn()>_clutter_model_iter_8: Option<unsafe extern "C" fn()>

Trait Implementations

impl Clone for ClutterModelIterClass[src]

impl Copy for ClutterModelIterClass[src]

impl Debug for ClutterModelIterClass[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.