Struct fltk_float::button::MenuButtonElement
source · 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 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