Struct specs::Entry [] [src]

pub struct Entry<'rf, T> where
    T: Component
{ /* fields omitted */ }

An entry to a storage.

Trait Implementations

impl<'rf, T: Component> Send for Entry<'rf, T>
[src]

impl<'rf, T: Component> Sync for Entry<'rf, T>
[src]

impl<'rf, T> Debug for Entry<'rf, T> where
    T: Component
[src]

[src]

Formats the value using the given formatter.