[][src]Struct khalas::el::control::entry::ParentEvents

pub struct ParentEvents<PMsg> {
    pub input: Events<PMsg>,
    pub container: Events<PMsg>,
}

Fields

input: Events<PMsg>container: Events<PMsg>

Methods

impl<PMsg> ParentEvents<PMsg>[src]

pub fn input(
    &mut self,
    set_value: impl Fn(&mut Events<PMsg>) -> &mut Events<PMsg>
) -> &mut Self
[src]

pub fn container(
    &mut self,
    set_value: impl Fn(&mut Events<PMsg>) -> &mut Events<PMsg>
) -> &mut Self
[src]

Trait Implementations

impl<PMsg> Default for ParentEvents<PMsg>[src]

Auto Trait Implementations

impl<PMsg> !RefUnwindSafe for ParentEvents<PMsg>

impl<PMsg> !Send for ParentEvents<PMsg>

impl<PMsg> !Sync for ParentEvents<PMsg>

impl<PMsg> Unpin for ParentEvents<PMsg>

impl<PMsg> !UnwindSafe for ParentEvents<PMsg>

Blanket Implementations

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

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.