[][src]Struct yara_sys::YR_RULE

#[repr(C)]
pub struct YR_RULE {
    pub g_flags: i32,
    pub t_flags: [i32; 32],
    pub __bindgen_anon_1: YR_RULE__bindgen_ty_1,
    pub __bindgen_anon_2: YR_RULE__bindgen_ty_2,
    pub __bindgen_anon_3: YR_RULE__bindgen_ty_3,
    pub __bindgen_anon_4: YR_RULE__bindgen_ty_4,
    pub __bindgen_anon_5: YR_RULE__bindgen_ty_5,
    pub num_atoms: i32,
    pub time_cost: i64,
    pub time_cost_per_thread: [i64; 32],
}

Fields

g_flags: i32t_flags: [i32; 32]__bindgen_anon_1: YR_RULE__bindgen_ty_1__bindgen_anon_2: YR_RULE__bindgen_ty_2__bindgen_anon_3: YR_RULE__bindgen_ty_3__bindgen_anon_4: YR_RULE__bindgen_ty_4__bindgen_anon_5: YR_RULE__bindgen_ty_5num_atoms: i32time_cost: i64time_cost_per_thread: [i64; 32]

Methods

impl YR_RULE[src]

Trait Implementations

impl Clone for YR_RULE[src]

impl Copy for YR_RULE[src]

Auto Trait Implementations

impl RefUnwindSafe for YR_RULE

impl !Send for YR_RULE

impl !Sync for YR_RULE

impl Unpin for YR_RULE

impl UnwindSafe for YR_RULE

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.