#[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: __IncompleteArrayField<c_char>,
}
Fields§
§next: *mut iseq_compile_data_storage
§pos: c_uint
§size: c_uint
§buff: __IncompleteArrayField<c_char>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for iseq_compile_data_storage
impl RefUnwindSafe for iseq_compile_data_storage
impl !Send for iseq_compile_data_storage
impl !Sync for iseq_compile_data_storage
impl Unpin for iseq_compile_data_storage
impl UnwindSafe for iseq_compile_data_storage
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