pub struct MenuButtonElement { /* private fields */ }
Trait Implementations§
Source§impl LayoutElement for MenuButtonElement
impl LayoutElement for MenuButtonElement
Source§impl LayoutWidgetWrapper<MenuButton> for MenuButtonElement
impl LayoutWidgetWrapper<MenuButton> for MenuButtonElement
fn wrap(widget: MenuButton) -> Self
Auto Trait Implementations§
impl Freeze for MenuButtonElement
impl RefUnwindSafe for MenuButtonElement
impl Send for MenuButtonElement
impl Sync for MenuButtonElement
impl Unpin for MenuButtonElement
impl UnwindSafe for MenuButtonElement
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