pub struct Menubar { /* private fields */ }Expand description
Menubar — a horizontal menu bar composing DropdownMenu components.
Implementations§
Auto Trait Implementations§
impl Freeze for Menubar
impl RefUnwindSafe for Menubar
impl Send for Menubar
impl Sync for Menubar
impl Unpin for Menubar
impl UnsafeUnpin for Menubar
impl UnwindSafe for Menubar
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