Trait capstone::arch::BuildsCapstoneSyntax [] [src]

pub trait BuildsCapstoneSyntax<ArchMode, ArchSyntax>: BuildsCapstone<ArchMode> {
    fn syntax(self, syntax: ArchSyntax) -> Self;
}

Implies that a CapstoneBuilder has different syntax options

Required Methods

Set the disassembly syntax

Implementors