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