#[repr(C)]pub struct _GMenuLinkIter {
pub parent_instance: GObject,
pub priv_: *mut GMenuLinkIterPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GMenuLinkIterPrivate
Trait Implementations§
Source§impl Clone for _GMenuLinkIter
impl Clone for _GMenuLinkIter
Source§fn clone(&self) -> _GMenuLinkIter
fn clone(&self) -> _GMenuLinkIter
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 _GMenuLinkIter
impl Debug for _GMenuLinkIter
Source§impl PartialEq for _GMenuLinkIter
impl PartialEq for _GMenuLinkIter
impl Copy for _GMenuLinkIter
impl Eq for _GMenuLinkIter
impl StructuralPartialEq for _GMenuLinkIter
Auto Trait Implementations§
impl Freeze for _GMenuLinkIter
impl RefUnwindSafe for _GMenuLinkIter
impl !Send for _GMenuLinkIter
impl !Sync for _GMenuLinkIter
impl Unpin for _GMenuLinkIter
impl UnwindSafe for _GMenuLinkIter
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