#[repr(C)]pub struct GMenuModel {
pub parent_instance: GObject,
pub priv_: *mut GMenuModelPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GMenuModelPrivateAuto Trait Implementations§
impl Freeze for GMenuModel
impl RefUnwindSafe for GMenuModel
impl !Send for GMenuModel
impl !Sync for GMenuModel
impl Unpin for GMenuModel
impl UnwindSafe for GMenuModel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more