[][src]Struct phasmo_rs::app::overlay::Overlay

pub struct Overlay<B, F> { /* fields omitted */ }

Implementations

impl<B, F> Overlay<B, F>[src][]

pub fn new(background: B, foreground: F) -> Self[src]

Trait Implementations

impl<T: Data, B, F> Widget<T> for Overlay<B, F> where
    B: Widget<T>,
    F: Widget<T>, 
[src][+]

Auto Trait Implementations

impl<B, F> RefUnwindSafe for Overlay<B, F> where
    B: RefUnwindSafe,
    F: RefUnwindSafe

impl<B, F> Send for Overlay<B, F> where
    B: Send,
    F: Send

impl<B, F> Sync for Overlay<B, F> where
    B: Sync,
    F: Sync

impl<B, F> Unpin for Overlay<B, F> where
    B: Unpin,
    F: Unpin

impl<B, F> UnwindSafe for Overlay<B, F> where
    B: UnwindSafe,
    F: UnwindSafe

Blanket Implementations

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

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

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

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

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

impl<T> RoundFrom<T> for T[+]

impl<T, U> RoundInto<U> for T where
    U: RoundFrom<T>, 
[+]

impl<T> Same<T> for T

type Output = T

Should always be Self

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, W> WidgetExt<T> for W where
    T: Data,
    W: 'static + Widget<T>, 
[+]