Struct oxygengine_core::ecs::pipeline::engines::default::DefaultPipelineEngine [−][src]
pub struct DefaultPipelineEngine {
pub parallel: bool,
// some fields omitted
}
Fields
parallel: bool
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DefaultPipelineEngine
impl Send for DefaultPipelineEngine
impl Sync for DefaultPipelineEngine
impl Unpin for DefaultPipelineEngine
impl UnwindSafe for DefaultPipelineEngine
Blanket Implementations
Mutably borrows from an owned value. Read more