Struct yara_sys::YR_RULES_STATS[][src]

#[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: u32num_strings: u32ac_matches: u32ac_root_match_list_length: u32ac_average_match_list_length: f32top_ac_match_list_lengths: [u32; 100]ac_match_list_length_pctls: [u32; 101]ac_tables_size: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.