#[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 no_required_strings: *mut c_ulong,
pub num_rules: u32,
pub num_strings: u32,
pub num_namespaces: u32,
}Fields§
§arena: *mut YR_ARENA§__bindgen_anon_1: YR_RULES__bindgen_ty_1§__bindgen_anon_2: YR_RULES__bindgen_ty_2§__bindgen_anon_3: YR_RULES__bindgen_ty_3§ac_transition_table: *mut YR_AC_TRANSITION§ac_match_pool: *mut YR_AC_MATCH§ac_match_table: *mut u32§code_start: *const u8§no_required_strings: *mut c_ulong§num_rules: u32§num_strings: u32§num_namespaces: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YR_RULES
impl RefUnwindSafe for YR_RULES
impl !Send for YR_RULES
impl !Sync for YR_RULES
impl Unpin for YR_RULES
impl UnwindSafe for YR_RULES
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