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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.