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