Struct parity_wasm::builder::TableEntryDefinition
source · [−]Expand description
Table elements entry definition
Fields
offset: InitExpr
Offset initialization expression
values: Vec<u32>
Values of initialization
Trait Implementations
sourceimpl Debug for TableEntryDefinition
impl Debug for TableEntryDefinition
sourceimpl PartialEq<TableEntryDefinition> for TableEntryDefinition
impl PartialEq<TableEntryDefinition> for TableEntryDefinition
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &TableEntryDefinition) -> bool
fn ne(&self, other: &TableEntryDefinition) -> bool
This method tests for !=
.
impl StructuralPartialEq for TableEntryDefinition
Auto Trait Implementations
impl RefUnwindSafe for TableEntryDefinition
impl Send for TableEntryDefinition
impl Sync for TableEntryDefinition
impl Unpin for TableEntryDefinition
impl UnwindSafe for TableEntryDefinition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more