Enum binaryninja::binaryview::AnalysisState
#[repr(u32)]pub enum AnalysisState {
InitialState = 0,
HoldState = 1,
IdleState = 2,
DisassembleState = 3,
AnalyzeState = 4,
ExtendedAnalyzeState = 5,
}
Variants§
InitialState = 0
HoldState = 1
IdleState = 2
DisassembleState = 3
AnalyzeState = 4
ExtendedAnalyzeState = 5
Trait Implementations§
§impl Clone for BNAnalysisState
impl Clone for BNAnalysisState
§fn clone(&self) -> BNAnalysisState
fn clone(&self) -> BNAnalysisState
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 more§impl Debug for BNAnalysisState
impl Debug for BNAnalysisState
§impl Hash for BNAnalysisState
impl Hash for BNAnalysisState
§impl PartialEq for BNAnalysisState
impl PartialEq for BNAnalysisState
§fn eq(&self, other: &BNAnalysisState) -> bool
fn eq(&self, other: &BNAnalysisState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BNAnalysisState
impl Eq for BNAnalysisState
impl StructuralPartialEq for BNAnalysisState
Auto Trait Implementations§
impl RefUnwindSafe for BNAnalysisState
impl Send for BNAnalysisState
impl Sync for BNAnalysisState
impl Unpin for BNAnalysisState
impl UnwindSafe for BNAnalysisState
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