pub struct GMenuAttributeIterPrivate(/* private fields */);Auto Trait Implementations§
impl Freeze for GMenuAttributeIterPrivate
impl RefUnwindSafe for GMenuAttributeIterPrivate
impl !Send for GMenuAttributeIterPrivate
impl !Sync for GMenuAttributeIterPrivate
impl Unpin for GMenuAttributeIterPrivate
impl UnwindSafe for GMenuAttributeIterPrivate
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