pub type FlowGraphOption = BNFlowGraphOption;

Aliased Type§

enum FlowGraphOption {
    FlowGraphUsesBlockHighlights = 0,
    FlowGraphUsesInstructionHighlights = 1,
    FlowGraphIncludesUserComments = 2,
    FlowGraphAllowsPatching = 3,
    FlowGraphAllowsInlineInstructionEditing = 4,
    FlowGraphShowsSecondaryRegisterHighlighting = 5,
    FlowGraphIsAddressable = 6,
    FlowGraphIsWorkflowGraph = 7,
}

Variants§

§

FlowGraphUsesBlockHighlights = 0

§

FlowGraphUsesInstructionHighlights = 1

§

FlowGraphIncludesUserComments = 2

§

FlowGraphAllowsPatching = 3

§

FlowGraphAllowsInlineInstructionEditing = 4

§

FlowGraphShowsSecondaryRegisterHighlighting = 5

§

FlowGraphIsAddressable = 6

§

FlowGraphIsWorkflowGraph = 7