pub struct ElemSegment {
pub index: TableIndex,
pub offset: InitExpr,
pub elems: Vec<FunctionSpaceIndex>,
}
Fields§
§index: TableIndex
§offset: InitExpr
§elems: Vec<FunctionSpaceIndex>
Trait Implementations§
Source§impl Clone for ElemSegment
impl Clone for ElemSegment
Source§fn clone(&self) -> ElemSegment
fn clone(&self) -> ElemSegment
Returns a duplicate 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 ElemSegment
impl Debug for ElemSegment
Auto Trait Implementations§
impl Freeze for ElemSegment
impl RefUnwindSafe for ElemSegment
impl Send for ElemSegment
impl Sync for ElemSegment
impl Unpin for ElemSegment
impl UnwindSafe for ElemSegment
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