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