Struct gtk_sys::_GtkMenuBarPrivate
source · [−]#[repr(C)]pub struct _GtkMenuBarPrivate(_);Auto Trait Implementations
impl RefUnwindSafe for _GtkMenuBarPrivate
impl Send for _GtkMenuBarPrivate
impl Sync for _GtkMenuBarPrivate
impl Unpin for _GtkMenuBarPrivate
impl UnwindSafe for _GtkMenuBarPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more