Struct nannou::ui::prelude::widget::graph::node::Event[][src]

pub struct Event<W> {
    pub widget_event: W,
}

The event produced by the Node widget.

Fields

The event produced by the inner widget W.

Trait Implementations

impl<W> DerefMut for Event<W>
[src]

Mutably dereferences the value.

impl<W> Clone for Event<W> where
    W: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<W> Debug for Event<W> where
    W: Debug
[src]

Formats the value using the given formatter. Read more

impl<W> Deref for Event<W>
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl<W> Send for Event<W> where
    W: Send

impl<W> Sync for Event<W> where
    W: Sync