Union yara_sys::_YR_RULE__bindgen_ty_2 [] [src]

#[repr(C)]
pub union _YR_RULE__bindgen_ty_2 { pub tags: *const c_char, pub tags_: i64, // some fields omitted }

Fields

tags: *const c_char tags_: i64

Trait Implementations

impl Copy for _YR_RULE__bindgen_ty_2
[src]

impl Clone for _YR_RULE__bindgen_ty_2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations