#[repr(C)]
pub union iseq_inline_storage_entry {
pub once: iseq_inline_storage_entry__bindgen_ty_1,
pub cache: iseq_inline_cache_entry,
}Fields§
§once: iseq_inline_storage_entry__bindgen_ty_1§cache: iseq_inline_cache_entryTrait Implementations§
source§impl Clone for iseq_inline_storage_entry
impl Clone for iseq_inline_storage_entry
source§fn clone(&self) -> iseq_inline_storage_entry
fn clone(&self) -> iseq_inline_storage_entry
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