[][src]Struct afeather::PerEntity

pub struct PerEntity<T> { /* fields omitted */ }

Methods

impl<T> PerEntity<T>[src]

pub fn new() -> Self[src]

Trait Implementations

impl<T: 'static> AnyStorage for PerEntity<T>[src]

impl<T: 'static> RefLike for PerEntity<T>[src]

type Borrowed = Ref<'static, BorrowedPerEntity<T>>

impl<T: 'static> RefLikeMut for PerEntity<T>[src]

type BorrowedMut = RefMut<'static, BorrowedPerEntity<T>>

impl<T: 'static> ReadableStorage for PerEntity<T>[src]

type Read = Rc<Self>

impl<T: 'static> WritableStorage for PerEntity<T>[src]

type ReadMut = Rc<Self>

impl<T: EntityWriter + Component<Storage = PerEntity<T>>> ArchetypeInitializerFromComponentStorage for PerEntity<T>[src]

type Component = T

impl<T: Component<Storage = PerEntity<T>>> ArchetypeFilterFromComponentStorage for PerEntity<T>[src]

type Component = T

impl<T: Component<Storage = PerEntity<T>>> EntityWriterFromComponentStorage for PerEntity<T>[src]

type Component = T

Auto Trait Implementations

impl<T> Send for PerEntity<T> where
    T: Send

impl<T> !Sync for PerEntity<T>

impl<T> Unpin for PerEntity<T> where
    T: Unpin

impl<T> UnwindSafe for PerEntity<T> where
    T: UnwindSafe

impl<T> !RefUnwindSafe for PerEntity<T>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Downcast for T where
    T: Any
[src]