#[repr(C)]pub struct _GMenuModel {
pub parent_instance: GObject,
pub priv_: *mut GMenuModelPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GMenuModelPrivate
Trait Implementations§
Source§impl Clone for _GMenuModel
impl Clone for _GMenuModel
Source§fn clone(&self) -> _GMenuModel
fn clone(&self) -> _GMenuModel
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _GMenuModel
impl Debug for _GMenuModel
Source§impl PartialEq for _GMenuModel
impl PartialEq for _GMenuModel
impl Copy for _GMenuModel
impl Eq for _GMenuModel
impl StructuralPartialEq for _GMenuModel
Auto 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