Struct oxygengine_core::ecs::pipeline::PipelineGraphSystem [−][src]
pub struct PipelineGraphSystem {
pub system: System,
pub reads: HashSet<TypeId>,
pub writes: HashSet<TypeId>,
pub layer: PipelineLayer,
pub lock_on_single_thread: bool,
}
Fields
system: System
reads: HashSet<TypeId>
writes: HashSet<TypeId>
layer: PipelineLayer
lock_on_single_thread: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PipelineGraphSystem
impl Send for PipelineGraphSystem
impl Sync for PipelineGraphSystem
impl Unpin for PipelineGraphSystem
impl UnwindSafe for PipelineGraphSystem
Blanket Implementations
Mutably borrows from an owned value. Read more