pub struct MenuView { /* private fields */ }Expand description
The drawer of the menu
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MenuView
impl RefUnwindSafe for MenuView
impl Send for MenuView
impl Sync for MenuView
impl Unpin for MenuView
impl UnwindSafe for MenuView
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