#[repr(C)]pub struct iseq_inline_constant_cache {
pub entry: *mut iseq_inline_constant_cache_entry,
pub get_insn_idx: c_uint,
}
Fields§
§entry: *mut iseq_inline_constant_cache_entry
§get_insn_idx: c_uint
Trait Implementations§
Source§impl Clone for iseq_inline_constant_cache
impl Clone for iseq_inline_constant_cache
Source§fn clone(&self) -> iseq_inline_constant_cache
fn clone(&self) -> iseq_inline_constant_cache
Returns a duplicate 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 moreSource§impl Debug for iseq_inline_constant_cache
impl Debug for iseq_inline_constant_cache
impl Copy for iseq_inline_constant_cache
Auto Trait Implementations§
impl Freeze for iseq_inline_constant_cache
impl RefUnwindSafe for iseq_inline_constant_cache
impl !Send for iseq_inline_constant_cache
impl !Sync for iseq_inline_constant_cache
impl Unpin for iseq_inline_constant_cache
impl UnwindSafe for iseq_inline_constant_cache
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more