pub struct TableSegment {
pub table_index: TableIndex,
pub offset: ConstExpr,
pub elements: TableSegmentElements,
}
Expand description
A WebAssembly table initializer segment.
Fields§
§table_index: TableIndex
The index of a table to initialize.
offset: ConstExpr
The base offset to start this segment at.
elements: TableSegmentElements
The values to write into the table elements.
Trait Implementations§
source§impl Clone for TableSegment
impl Clone for TableSegment
source§fn clone(&self) -> TableSegment
fn clone(&self) -> TableSegment
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 moresource§impl Debug for TableSegment
impl Debug for TableSegment
source§impl<'de> Deserialize<'de> for TableSegment
impl<'de> Deserialize<'de> for TableSegment
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TableSegment
impl RefUnwindSafe for TableSegment
impl Send for TableSegment
impl Sync for TableSegment
impl Unpin for TableSegment
impl UnwindSafe for TableSegment
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)