Enum oxygengine_procedural::wave_function_collapse::WaveFunctionCollapseError  [−][src]
pub enum WaveFunctionCollapseError {
    FoundPatternWithZeroFrequency(usize),
    FoundEmptyPattern(usize),
    SuperpositionCellHasNoPattern(usize, usize),
    FoundUncollapsedCell,
    FoundImpossibleInitialState,
    BuilderInProgress,
}Variants
FoundPatternWithZeroFrequency(usize)pattern index
Tuple Fields of FoundPatternWithZeroFrequency
0: usizeFoundEmptyPattern(usize)pattern index
Tuple Fields of FoundEmptyPattern
0: usize(col, row)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WaveFunctionCollapseError
impl Send for WaveFunctionCollapseError
impl Sync for WaveFunctionCollapseError
impl Unpin for WaveFunctionCollapseError
impl UnwindSafe for WaveFunctionCollapseError
Blanket Implementations
Mutably borrows from an owned value. Read more