#[repr(C)]pub struct CodeVarList {
pub count: i64,
pub names: *const *const c_char,
pub values: *mut CodeValue,
}Fields§
§count: i64§names: *const *const c_char§values: *mut CodeValueCODE_VALUE_SLOT_SIZE stride, count slots — see slot_at.
Trait Implementations§
impl Send for CodeVarList
impl Sync for CodeVarList
Auto Trait Implementations§
impl Freeze for CodeVarList
impl RefUnwindSafe for CodeVarList
impl Unpin for CodeVarList
impl UnsafeUnpin for CodeVarList
impl UnwindSafe for CodeVarList
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