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

Trait Implementations

impl Copy for GMenuAttributeIterClass
[src]

impl Clone for GMenuAttributeIterClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMenuAttributeIterClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations