Struct oxygengine_core::ecs::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]
impl<'a, T> Accessor for StaticAccessor<T> where
T: SystemData<'a>,
[src]pub fn try_new() -> Option<StaticAccessor<T>>
[src]
pub fn reads(&self) -> Vec<ResourceId, Global>
[src]
pub fn writes(&self) -> Vec<ResourceId, Global>
[src]
impl<T> Default for StaticAccessor<T> where
T: Default,
[src]
impl<T> Default for StaticAccessor<T> where
T: Default,
[src]pub fn default() -> StaticAccessor<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for StaticAccessor<T>
impl<T> RefUnwindSafe for StaticAccessor<T>
impl<T> Send for StaticAccessor<T>
impl<T> Send for StaticAccessor<T>
impl<T> Sync for StaticAccessor<T>
impl<T> Sync for StaticAccessor<T>
impl<T> Unpin for StaticAccessor<T>
impl<T> Unpin for StaticAccessor<T>
impl<T> UnwindSafe for StaticAccessor<T>
impl<T> UnwindSafe for StaticAccessor<T>
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
impl<T> TryDefault for T where
T: Default,
[src]
impl<T> TryDefault for T where
T: Default,
[src]