#[repr(C)]pub struct GMenuAttributeIter {
pub parent_instance: GObject,
pub priv_: *mut GMenuAttributeIterPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GMenuAttributeIterPrivateAuto Trait Implementations§
impl Freeze for GMenuAttributeIter
impl RefUnwindSafe for GMenuAttributeIter
impl !Send for GMenuAttributeIter
impl !Sync for GMenuAttributeIter
impl Unpin for GMenuAttributeIter
impl UnwindSafe for GMenuAttributeIter
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