Struct yara_sys::YR_RULES[][src]

#[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, }

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_3ac_transition_table: *mut YR_AC_TRANSITIONac_match_pool: *mut YR_AC_MATCHac_match_table: *mut u32code_start: *const u8num_rules: u32num_strings: u32num_namespaces: u32

Trait Implementations

impl Clone for YR_RULES[src]

impl Copy for YR_RULES[src]

Auto Trait Implementations

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.