Union yara_sys::_YR_META__bindgen_ty_2 [] [src]

#[repr(C)]
pub union _YR_META__bindgen_ty_2 { pub string: *mut c_char, pub string_: i64, // some fields omitted }

Fields

string: *mut c_char string_: i64

Trait Implementations

impl Copy for _YR_META__bindgen_ty_2
[src]

impl Clone for _YR_META__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