Struct gio_sys::GMenuAttributeIter [−][src]
#[repr(C)]pub struct GMenuAttributeIter { pub parent_instance: GObject, pub priv_: *mut GMenuAttributeIterPrivate, }
Fields
parent_instance: GObject
priv_: *mut GMenuAttributeIterPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GMenuAttributeIter
impl !Send for GMenuAttributeIter
impl !Sync for GMenuAttributeIter
impl Unpin for GMenuAttributeIter
impl UnwindSafe for GMenuAttributeIter
Blanket Implementations
Mutably borrows from an owned value. Read more