[−][src]Struct parity_wasm::elements::ElementSegment
Entry in the element section.
Implementations
impl ElementSegment
[src][−]
pub fn new(index: u32, offset: Option<InitExpr>, members: Vec<u32>) -> Self
[src][−]
New element segment.
pub fn members(&self) -> &[u32]
[src][−]
Sequence of function indices.
pub fn members_mut(&mut self) -> &mut Vec<u32>
[src][−]
Sequence of function indices (mutable)
pub fn index(&self) -> u32
[src][−]
Table index (currently valid only value of 0
)
pub fn offset(&self) -> &Option<InitExpr>
[src][−]
An i32 initializer expression that computes the offset at which to place the elements.
Note that this return None
if the segment is passive
.
pub fn offset_mut(&mut self) -> &mut Option<InitExpr>
[src][−]
An i32 initializer expression that computes the offset at which to place the elements (mutable)
Note that this return None
if the segment is passive
.
Trait Implementations
impl Clone for ElementSegment
[src][+]
impl Debug for ElementSegment
[src][+]
impl Deserialize for ElementSegment
[src][+]
impl PartialEq<ElementSegment> for ElementSegment
[src][+]
impl Serialize for ElementSegment
[src][+]
impl StructuralPartialEq for ElementSegment
[src]
Auto Trait Implementations
impl RefUnwindSafe for ElementSegment
impl Send for ElementSegment
impl Sync for ElementSegment
impl Unpin for ElementSegment
impl UnwindSafe for ElementSegment
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,