Struct parity_wasm::builder::TableEntryDefinition
source · pub struct TableEntryDefinition {
pub offset: InitExpr,
pub values: Vec<u32>,
}
Expand description
Table elements entry definition
Fields§
§offset: InitExpr
Offset initialization expression
values: Vec<u32>
Values of initialization
Trait Implementations§
source§impl Debug for TableEntryDefinition
impl Debug for TableEntryDefinition
source§impl PartialEq for TableEntryDefinition
impl PartialEq for TableEntryDefinition
source§fn eq(&self, other: &TableEntryDefinition) -> bool
fn eq(&self, other: &TableEntryDefinition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TableEntryDefinition
Auto Trait Implementations§
impl Freeze for TableEntryDefinition
impl RefUnwindSafe for TableEntryDefinition
impl Send for TableEntryDefinition
impl Sync for TableEntryDefinition
impl Unpin for TableEntryDefinition
impl UnwindSafe for TableEntryDefinition
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