#[repr(packed(1))]pub struct ExtTablePacked {
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
Trait Implementations§
Source§impl Clone for ExtTablePacked
impl Clone for ExtTablePacked
Source§fn clone(&self) -> ExtTablePacked
fn clone(&self) -> ExtTablePacked
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 moreimpl Copy for ExtTablePacked
Auto Trait Implementations§
impl Freeze for ExtTablePacked
impl RefUnwindSafe for ExtTablePacked
impl Send for ExtTablePacked
impl Sync for ExtTablePacked
impl Unpin for ExtTablePacked
impl UnwindSafe for ExtTablePacked
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