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> SystemData<'a> for FetchMut<'a, T> where
    T: Resource
[src]

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

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

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

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

The method called to mutably dereference a value

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

The resulting type after dereferencing

The method called to dereference a value