pub struct Functions {
pub analyzed_decoded_strings: u64,
pub analyzed_stack_strings: u64,
pub analyzed_tight_strings: u64,
pub decoding_function_scores: BTreeMap<Address, DecodingFunctionScore>,
pub discovered: u64,
pub library: u64,
}Expand description
函数相关统计信息。
Fields§
§analyzed_decoded_strings: u64§analyzed_stack_strings: u64§analyzed_tight_strings: u64§decoding_function_scores: BTreeMap<Address, DecodingFunctionScore>§discovered: u64§library: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Functions
impl<'de> Deserialize<'de> for Functions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Functions
Auto Trait Implementations§
impl Freeze for Functions
impl RefUnwindSafe for Functions
impl Send for Functions
impl Sync for Functions
impl Unpin for Functions
impl UnwindSafe for Functions
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