#[repr(C)]
pub struct YR_RULES {
pub arena: *mut YR_ARENA,
pub __bindgen_anon_1: YR_RULES__bindgen_ty_1,
pub __bindgen_anon_2: YR_RULES__bindgen_ty_2,
pub __bindgen_anon_3: YR_RULES__bindgen_ty_3,
pub ac_transition_table: *mut YR_AC_TRANSITION,
pub ac_match_pool: *mut YR_AC_MATCH,
pub ac_match_table: *mut u32,
pub code_start: *const u8,
pub num_rules: u32,
pub num_strings: u32,
pub num_namespaces: u32,
}
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
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
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.