Struct rsynth::event::Map[][src]

pub struct Map<'a, H, F> where
    H: ?Sized
{ /* fields omitted */ }

An EventHandler from the EventHandlerExt::map method.

Trait Implementations

impl<'a, E, EE, F, H> EventHandler<EE> for Map<'a, H, F> where
    H: EventHandler<E>,
    F: FnMut(EE) -> E, 
[src]

Auto Trait Implementations

impl<'a, H: ?Sized, F> RefUnwindSafe for Map<'a, H, F> where
    F: RefUnwindSafe,
    H: RefUnwindSafe

impl<'a, H: ?Sized, F> Send for Map<'a, H, F> where
    F: Send,
    H: Send

impl<'a, H: ?Sized, F> Sync for Map<'a, H, F> where
    F: Sync,
    H: Sync

impl<'a, H: ?Sized, F> Unpin for Map<'a, H, F> where
    F: Unpin

impl<'a, H, F> !UnwindSafe for Map<'a, H, F>

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<S, T> Duplex<S> for T where
    T: FromSample<S> + ToSample<S>, 

impl<T, E> EventHandlerExt<E> for T where
    T: EventHandler<E> + ?Sized
[src]

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

impl<S> FromSample<S> for S

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

impl<T, U> ToSample<U> for T where
    U: FromSample<T>, 

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.