#[repr(C)]pub struct YR_RULES_STATS {
pub num_rules: u32,
pub num_strings: u32,
pub ac_matches: u32,
pub ac_root_match_list_length: u32,
pub ac_average_match_list_length: f32,
pub top_ac_match_list_lengths: [u32; 100],
pub ac_match_list_length_pctls: [u32; 101],
pub ac_tables_size: u32,
}Fields§
§num_rules: u32§num_strings: u32§ac_matches: u32§ac_root_match_list_length: u32§ac_average_match_list_length: f32§top_ac_match_list_lengths: [u32; 100]§ac_match_list_length_pctls: [u32; 101]§ac_tables_size: u32Trait Implementations§
Source§impl Clone for YR_RULES_STATS
impl Clone for YR_RULES_STATS
Source§fn clone(&self) -> YR_RULES_STATS
fn clone(&self) -> YR_RULES_STATS
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 YR_RULES_STATS
impl Debug for YR_RULES_STATS
impl Copy for YR_RULES_STATS
Auto Trait Implementations§
impl Freeze for YR_RULES_STATS
impl RefUnwindSafe for YR_RULES_STATS
impl Send for YR_RULES_STATS
impl Sync for YR_RULES_STATS
impl Unpin for YR_RULES_STATS
impl UnsafeUnpin for YR_RULES_STATS
impl UnwindSafe for YR_RULES_STATS
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