[][src]Struct ommui_frontend_gtk::ui::menu_button::W

pub struct W { /* fields omitted */ }

A button widget with a selection menu.

Trait Implementations

impl Widget for W[src]

type Root = MenuButton

The type of the root widget.

impl Update for W[src]

type Model = Param

The type of the model.

type ModelParam = Param

The type of the parameter of the model() function used to initialize the model.

type Msg = Msg

The type of the messages sent to the update() method.

Auto Trait Implementations

impl !Send for W

impl !Sync for W

impl Unpin for W

impl UnwindSafe for W

impl RefUnwindSafe for W

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SetParameter for T

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err

impl<T> Same<T> for T

type Output = T

Should always be Self