Union yara_sys::_YR_STRING__bindgen_ty_2 [] [src]

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

Fields

string: *mut u8 string_: i64

Trait Implementations

impl Copy for _YR_STRING__bindgen_ty_2
[src]

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