#[repr(C)]pub struct GMenuLinkIter {
pub parent_instance: GObject,
pub priv_: *mut GMenuLinkIterPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GMenuLinkIterPrivateAuto 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