Struct rbspy_ruby_structs::ruby_2_1_5::iseq_compile_data_storage [] [src]

#[repr(C)]
pub struct iseq_compile_data_storage { pub next: *mut iseq_compile_data_storage, pub pos: c_ulong, pub size: c_ulong, pub buff: *mut c_char, }

Fields

Trait Implementations

impl Debug for iseq_compile_data_storage
[src]

[src]

Formats the value using the given formatter.

impl Copy for iseq_compile_data_storage
[src]

impl Clone for iseq_compile_data_storage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more