Struct yara_sys::YR_PROFILING_INFO [−][src]
#[repr(C)]pub struct YR_PROFILING_INFO {
pub atom_matches: u32,
pub match_time: u64,
pub exec_time: u64,
}Fields
atom_matches: u32match_time: u64exec_time: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for YR_PROFILING_INFO
impl Send for YR_PROFILING_INFO
impl Sync for YR_PROFILING_INFO
impl Unpin for YR_PROFILING_INFO
impl UnwindSafe for YR_PROFILING_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more