Struct specs::FetchMut [] [src]

pub struct FetchMut<'a, T> where
    T: 'a, 
{ /* fields omitted */ }

Return value of Resources::fetch_mut.

Trait Implementations

impl<'a, T> DerefMut for FetchMut<'a, T> where
    T: Resource
[src]

[src]

Mutably dereferences the value.

impl<'a, T> Deref for FetchMut<'a, T> where
    T: Resource
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'a, T> SystemData<'a> for FetchMut<'a, T> where
    T: Resource
[src]

[src]

Creates a new resource bundle by fetching the required resources from the [Resources] struct. Read more

[src]

A list of [ResourceId]s the bundle needs read access to in order to build the target resource bundle. Read more

[src]

A list of [ResourceId]s the bundle needs write access to in order to build the target resource bundle. Read more