#[repr(u32)]pub enum BNDisassemblyOption {
Show 19 variants
ShowAddress = 0,
ShowOpcode = 1,
ExpandLongOpcode = 2,
ShowVariablesAtTopOfGraph = 3,
ShowVariableTypesWhenAssigned = 4,
ShowRegisterHighlight = 7,
ShowFunctionAddress = 8,
ShowFunctionHeader = 9,
ShowTypeCasts = 10,
GroupLinearDisassemblyFunctions = 64,
HighLevelILLinearDisassembly = 65,
WaitForIL = 66,
IndentHLILBody = 67,
DisableLineFormatting = 68,
ShowFlagUsage = 128,
ShowStackPointer = 129,
ShowILTypes = 130,
ShowILOpcodes = 131,
ShowCollapseIndicators = 132,
}
Variants§
ShowAddress = 0
ShowOpcode = 1
ExpandLongOpcode = 2
ShowVariablesAtTopOfGraph = 3
ShowVariableTypesWhenAssigned = 4
ShowRegisterHighlight = 7
ShowFunctionAddress = 8
ShowFunctionHeader = 9
ShowTypeCasts = 10
GroupLinearDisassemblyFunctions = 64
Linear disassembly options
HighLevelILLinearDisassembly = 65
Linear disassembly options
WaitForIL = 66
Linear disassembly options
IndentHLILBody = 67
Linear disassembly options
DisableLineFormatting = 68
Linear disassembly options
ShowFlagUsage = 128
Debugging options
ShowStackPointer = 129
Debugging options
ShowILTypes = 130
Debugging options
ShowILOpcodes = 131
Debugging options
ShowCollapseIndicators = 132
Debugging options
Trait Implementations§
source§impl Clone for BNDisassemblyOption
impl Clone for BNDisassemblyOption
source§fn clone(&self) -> BNDisassemblyOption
fn clone(&self) -> BNDisassemblyOption
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BNDisassemblyOption
impl Debug for BNDisassemblyOption
source§impl Hash for BNDisassemblyOption
impl Hash for BNDisassemblyOption
source§impl PartialEq for BNDisassemblyOption
impl PartialEq for BNDisassemblyOption
impl Copy for BNDisassemblyOption
impl Eq for BNDisassemblyOption
impl StructuralPartialEq for BNDisassemblyOption
Auto Trait Implementations§
impl Freeze for BNDisassemblyOption
impl RefUnwindSafe for BNDisassemblyOption
impl Send for BNDisassemblyOption
impl Sync for BNDisassemblyOption
impl Unpin for BNDisassemblyOption
impl UnwindSafe for BNDisassemblyOption
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)