#[repr(u32)]pub enum BNLinearDisassemblyLineType {
Show 21 variants
BlankLineType = 0,
BasicLineType = 1,
CodeDisassemblyLineType = 2,
DataVariableLineType = 3,
HexDumpLineType = 4,
FunctionHeaderLineType = 5,
FunctionHeaderStartLineType = 6,
FunctionHeaderEndLineType = 7,
FunctionContinuationLineType = 8,
LocalVariableLineType = 9,
LocalVariableListEndLineType = 10,
FunctionEndLineType = 11,
NoteStartLineType = 12,
NoteLineType = 13,
NoteEndLineType = 14,
SectionStartLineType = 15,
SectionEndLineType = 16,
SectionSeparatorLineType = 17,
NonContiguousSeparatorLineType = 18,
AnalysisWarningLineType = 19,
CollapsedFunctionEndLineType = 20,
}Variants§
BlankLineType = 0
BasicLineType = 1
CodeDisassemblyLineType = 2
DataVariableLineType = 3
HexDumpLineType = 4
FunctionHeaderLineType = 5
FunctionHeaderStartLineType = 6
FunctionHeaderEndLineType = 7
FunctionContinuationLineType = 8
LocalVariableLineType = 9
LocalVariableListEndLineType = 10
FunctionEndLineType = 11
NoteStartLineType = 12
NoteLineType = 13
NoteEndLineType = 14
SectionStartLineType = 15
SectionEndLineType = 16
SectionSeparatorLineType = 17
NonContiguousSeparatorLineType = 18
AnalysisWarningLineType = 19
CollapsedFunctionEndLineType = 20
Trait Implementations§
Source§impl Clone for BNLinearDisassemblyLineType
impl Clone for BNLinearDisassemblyLineType
Source§fn clone(&self) -> BNLinearDisassemblyLineType
fn clone(&self) -> BNLinearDisassemblyLineType
Returns a duplicate 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 BNLinearDisassemblyLineType
impl Debug for BNLinearDisassemblyLineType
Source§impl Hash for BNLinearDisassemblyLineType
impl Hash for BNLinearDisassemblyLineType
impl Copy for BNLinearDisassemblyLineType
impl Eq for BNLinearDisassemblyLineType
impl StructuralPartialEq for BNLinearDisassemblyLineType
Auto Trait Implementations§
impl Freeze for BNLinearDisassemblyLineType
impl RefUnwindSafe for BNLinearDisassemblyLineType
impl Send for BNLinearDisassemblyLineType
impl Sync for BNLinearDisassemblyLineType
impl Unpin for BNLinearDisassemblyLineType
impl UnwindSafe for BNLinearDisassemblyLineType
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