#[repr(C)]pub struct _GtkMenuBarPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GtkMenuBarPrivate
impl RefUnwindSafe for _GtkMenuBarPrivate
impl Send for _GtkMenuBarPrivate
impl Sync for _GtkMenuBarPrivate
impl Unpin for _GtkMenuBarPrivate
impl UnwindSafe for _GtkMenuBarPrivate
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