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