Enum specs_scene_graph::Event[][src]

pub enum Event {
    Modified(Entity),
    Removed(Entity),
}

Variants

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event