Struct gio_sys::GMenuLinkIter
source · [−]#[repr(C)]pub struct GMenuLinkIter {
pub parent_instance: GObject,
pub priv_: *mut GMenuLinkIterPrivate,
}Fields
parent_instance: GObjectpriv_: *mut GMenuLinkIterPrivateTrait 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