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

pub struct W<TR: XTr> { /* fields omitted */ }

The widget.

Trait Implementations

impl<TR: XTr> Widget for W<TR>[src]

type Root = Box

The type of the root widget.

impl<TR: XTr> Update for W<TR>[src]

type Model = Param<TR>

The type of the model.

type ModelParam = Param<TR>

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<TR> !Send for W<TR>

impl<TR> !Sync for W<TR>

impl<TR> Unpin for W<TR> where
    TR: Unpin

impl<TR> UnwindSafe for W<TR> where
    TR: UnwindSafe

impl<TR> RefUnwindSafe for W<TR> where
    TR: RefUnwindSafe

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, 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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,