Struct binaryninja::binaryview::AnalysisInfo
source · pub struct AnalysisInfo {
pub state: AnalysisState,
pub analysis_time: u64,
pub active_info: Vec<ActiveAnalysisInfo>,
}
Fields§
§state: AnalysisState
§analysis_time: u64
§active_info: Vec<ActiveAnalysisInfo>
Trait Implementations§
source§impl Clone for AnalysisInfo
impl Clone for AnalysisInfo
source§fn clone(&self) -> AnalysisInfo
fn clone(&self) -> AnalysisInfo
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 moreAuto Trait Implementations§
impl RefUnwindSafe for AnalysisInfo
impl Send for AnalysisInfo
impl Sync for AnalysisInfo
impl Unpin for AnalysisInfo
impl UnwindSafe for AnalysisInfo
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