Struct gtk_sys::_GtkMenuShellPrivate
source · [−]#[repr(C)]pub struct _GtkMenuShellPrivate { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _GtkMenuShellPrivate
impl !Send for _GtkMenuShellPrivate
impl !Sync for _GtkMenuShellPrivate
impl !Unpin for _GtkMenuShellPrivate
impl UnwindSafe for _GtkMenuShellPrivate
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