Struct rbspy_ruby_structs::ruby_2_1_8::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
next: *mut iseq_compile_data_storage
pos: c_ulong
size: c_ulong
buff: *mut c_char
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for iseq_compile_data_storage
impl !Send for iseq_compile_data_storage
impl !Sync for iseq_compile_data_storage
impl Unpin for iseq_compile_data_storage
impl UnwindSafe for iseq_compile_data_storage
Blanket Implementations
Mutably borrows from an owned value. Read more