Struct specs::StaticAccessor[][src]

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

The static accessor that is used for SystemData.

Trait Implementations

impl<'a, T> Accessor for StaticAccessor<T> where
    T: SystemData<'a>, 
[src]

Tries to create a new instance of this type. This one returns Some in case there is a default, otherwise the system needs to override System::accessor. Read more

Important traits for Vec<u8>

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

Important traits for Vec<u8>

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

impl<T> Default for StaticAccessor<T> where
    T: Default
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<T> Send for StaticAccessor<T>

impl<T> Sync for StaticAccessor<T>