Union yara_sys::_YR_NAMESPACE__bindgen_ty_1 [] [src]

#[repr(C)]
pub union _YR_NAMESPACE__bindgen_ty_1 { pub name: *mut c_char, pub name_: i64, // some fields omitted }

Fields

name: *mut c_char name_: i64

Trait Implementations

impl Copy for _YR_NAMESPACE__bindgen_ty_1
[src]

impl Clone for _YR_NAMESPACE__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations