Struct rbspy_ruby_structs::ruby_2_5_0::iseq_compile_data_storage [−][src]
#[repr(C)]pub struct iseq_compile_data_storage { pub next: *mut iseq_compile_data_storage, pub pos: c_uint, pub size: c_uint, pub buff: [c_char; 1], }
Fields
next: *mut iseq_compile_data_storagepos: c_uintsize: c_uintbuff: [c_char; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for iseq_compile_data_storageimpl !Send for iseq_compile_data_storageimpl !Sync for iseq_compile_data_storageimpl Unpin for iseq_compile_data_storageimpl UnwindSafe for iseq_compile_data_storageBlanket Implementations
Mutably borrows from an owned value. Read more