[][src]Type Definition goggles::world::WriteResource

type WriteResource<'a, R> = ResourceAccess<AtomicRefMut<'a, R>>;

SystemData type that writes the given resource.

Panics

Panics if the resource does not exist or has already been borrowed for writing.

Trait Implementations

impl<'a, R> FetchResources<'a> for WriteResource<'a, R> where
    R: Send + 'static, 
[src]