pub struct ExtTable {
pub ext_sbrk: u64,
pub ext_reset_memory: u64,
pub ext_zero_memory_chunk: u64,
pub ext_load_program: u64,
pub ext_recycle: u64,
pub ext_fetch_idle_regs: u64,
}
Fields§
§ext_sbrk: u64
§ext_reset_memory: u64
§ext_zero_memory_chunk: u64
§ext_load_program: u64
§ext_recycle: u64
§ext_fetch_idle_regs: u64
Implementations§
Source§impl ExtTable
impl ExtTable
pub fn from_raw(table: ExtTableRaw) -> Self
pub const fn from_packed(table: &ExtTablePacked) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtTable
impl RefUnwindSafe for ExtTable
impl Send for ExtTable
impl Sync for ExtTable
impl Unpin for ExtTable
impl UnwindSafe for ExtTable
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