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