[][src]Struct guion_sdl2::handler::Handler

pub struct Handler<S, E> where
    S: GuionHandler<E>,
    E: Env + Sync + 'static, 
{ pub sup: S, pub inner: Core<E>, }

Fields

sup: Sinner: Core<E>

Methods

impl<S, E> Handler<S, E> where
    S: GuionHandler<E>,
    E: Env + Sync + 'static, 
[src]

pub fn new(inner: Core<E>, sup: S) -> Self[src]

Trait Implementations

impl<S, E> Handler<E> for Handler<S, E> where
    S: GuionHandler<E>,
    E: Env + Sync
[src]

Auto Trait Implementations

impl<S, E> !RefUnwindSafe for Handler<S, E>

impl<S, E> !Send for Handler<S, E>

impl<S, E> !Sync for Handler<S, E>

impl<S, E> Unpin for Handler<S, E> where
    S: Unpin,
    <E as Env>::Backend: Backend<E>,
    <<E as Env>::Backend as Backend<E>>::Event: Unpin,
    <<E as Env>::Backend as Backend<E>>::Size: Unpin,
    <<E as Env>::Backend as Backend<E>>::Style: Unpin,
    <E as Env>::WidgetPath: Unpin

impl<S, E> !UnwindSafe for Handler<S, E>

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