Struct yara_sys::RE_NODE[][src]

#[repr(C)]
pub struct RE_NODE { pub type_: c_int, pub __bindgen_anon_1: RE_NODE__bindgen_ty_1, pub __bindgen_anon_2: RE_NODE__bindgen_ty_2, pub greedy: c_int, pub re_class: *mut RE_CLASS, pub children_head: *mut RE_NODE, pub children_tail: *mut RE_NODE, pub prev_sibling: *mut RE_NODE, pub next_sibling: *mut RE_NODE, pub forward_code_ref: YR_ARENA_REF, pub backward_code_ref: YR_ARENA_REF, }

Fields

type_: c_int__bindgen_anon_1: RE_NODE__bindgen_ty_1__bindgen_anon_2: RE_NODE__bindgen_ty_2greedy: c_intre_class: *mut RE_CLASSchildren_head: *mut RE_NODEchildren_tail: *mut RE_NODEprev_sibling: *mut RE_NODEnext_sibling: *mut RE_NODEforward_code_ref: YR_ARENA_REFbackward_code_ref: YR_ARENA_REF

Trait Implementations

impl Clone for RE_NODE[src]

impl Copy for RE_NODE[src]

Auto Trait Implementations

impl RefUnwindSafe for RE_NODE

impl !Send for RE_NODE

impl !Sync for RE_NODE

impl Unpin for RE_NODE

impl UnwindSafe for RE_NODE

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.