#[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_storage
§pos: c_uint
§size: c_uint
§buff: [c_char; 1]
Trait Implementations§
source§impl Clone for iseq_compile_data_storage
impl Clone for iseq_compile_data_storage
source§fn clone(&self) -> iseq_compile_data_storage
fn clone(&self) -> iseq_compile_data_storage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more