Struct input::EventId
[−]
[src]
pub struct EventId(pub &'static str);
Used to identify events arguments provided by traits.
pub struct EventId(pub &'static str);
Used to identify events arguments provided by traits.
impl Debug for EventId
impl Eq for EventId
impl PartialEq for EventId
impl Clone for EventId
fn clone(&self) -> EventId
fn clone_from(&mut self, source: &Self)
impl Copy for EventId