pub type GMenuLinkIter = _GMenuLinkIter;
Aliased Type§
#[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 duplicate 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 more