Type Alias FlowGraphOption

Source
pub type FlowGraphOption = BNFlowGraphOption;

Aliased Type§

#[repr(u32)]
pub 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