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

pub struct W { /* fields omitted */ }

The widget.

Trait Implementations

impl Widget for W[src]

type Root = Stack

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