Struct gio_sys::GMenuAttributeIterClass
[−]
[src]
#[repr(C)]pub struct GMenuAttributeIterClass { pub parent_class: GObjectClass, pub get_next: Option<unsafe extern "C" fn(_: *mut GMenuAttributeIter, _: *mut *const c_char, _: *mut *mut GVariant) -> gboolean>, }
Fields
parent_class: GObjectClass
get_next: Option<unsafe extern "C" fn(_: *mut GMenuAttributeIter, _: *mut *const c_char, _: *mut *mut GVariant) -> gboolean>
Trait Implementations
impl Copy for GMenuAttributeIterClass[src]
impl Clone for GMenuAttributeIterClass[src]
fn clone(&self) -> GMenuAttributeIterClass[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