pub struct MenuBarToken<'ui> { /* private fields */ }Expand description
Tracks a menu bar that can be ended by calling .end() or by dropping
Implementations§
Source§impl<'ui> MenuBarToken<'ui>
impl<'ui> MenuBarToken<'ui>
Trait Implementations§
Auto Trait Implementations§
impl<'ui> Freeze for MenuBarToken<'ui>
impl<'ui> !RefUnwindSafe for MenuBarToken<'ui>
impl<'ui> !Send for MenuBarToken<'ui>
impl<'ui> !Sync for MenuBarToken<'ui>
impl<'ui> Unpin for MenuBarToken<'ui>
impl<'ui> !UnwindSafe for MenuBarToken<'ui>
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