Struct gio_sys::GMenuAttributeIterClass
source · #[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§
source§impl Clone for GMenuAttributeIterClass
impl Clone for GMenuAttributeIterClass
source§fn clone(&self) -> GMenuAttributeIterClass
fn clone(&self) -> GMenuAttributeIterClass
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