Struct RecGroup
pub struct RecGroup { /* private fields */ }Expand description
Represents a recursive type group in a WebAssembly module.
Implementations§
§impl RecGroup
impl RecGroup
pub fn is_explicit_rec_group(&self) -> bool
pub fn is_explicit_rec_group(&self) -> bool
Is this an explicit recursion group?
pub fn types(&self) -> impl ExactSizeIterator
pub fn types(&self) -> impl ExactSizeIterator
Returns the list of subtypes in the recursive type group.
pub fn into_types(self) -> impl ExactSizeIterator
pub fn into_types(self) -> impl ExactSizeIterator
Returns an owning iterator of all subtypes in this recursion group.
pub fn into_types_and_offsets(self) -> impl ExactSizeIterator
pub fn into_types_and_offsets(self) -> impl ExactSizeIterator
Returns an owning iterator of all subtypes in this recursion group, along with their offset.
Trait Implementations§
§impl<'a> FromReader<'a> for RecGroup
impl<'a> FromReader<'a> for RecGroup
§fn from_reader(
reader: &mut BinaryReader<'a>,
) -> Result<RecGroup, BinaryReaderError>
fn from_reader( reader: &mut BinaryReader<'a>, ) -> Result<RecGroup, BinaryReaderError>
Attempts to read
Self from the provided binary reader, returning an
error if it is unable to do so.§impl Ord for RecGroup
impl Ord for RecGroup
§impl PartialOrd for RecGroup
impl PartialOrd for RecGroup
impl Eq for RecGroup
Auto Trait Implementations§
impl Freeze for RecGroup
impl RefUnwindSafe for RecGroup
impl Send for RecGroup
impl Sync for RecGroup
impl Unpin for RecGroup
impl UnsafeUnpin for RecGroup
impl UnwindSafe for RecGroup
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.