Struct calloop::generic::Event[][src]

pub struct Event<E: Evented + 'static> {
    pub source: Rc<RefCell<E>>,
    pub readiness: Ready,
}

An event generated by the Generic source

Fields

An access to the source that generated this event

The associated rediness

Auto Trait Implementations

impl<E> !Send for Event<E>

impl<E> !Sync for Event<E>