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