[][src]Trait oxydyze::core::component::Component

pub trait Component: Any + Clone {
    type Storage: ComponentStorage<Self>;
    fn id() -> ComponentId { ... }
}

Associated Types

Loading content...

Provided methods

fn id() -> ComponentId

Loading content...

Implementors

impl Component for SdlDrawable[src]

type Storage = SparseStorage<Self>

impl Component for Menu[src]

type Storage = SparseStorage<Self>

Loading content...