pub struct PassiveElemIndex(/* private fields */);Expand description
Index type of a passive element segment inside the WebAssembly module.
Implementations§
Trait Implementations§
Source§impl Clone for PassiveElemIndex
impl Clone for PassiveElemIndex
Source§fn clone(&self) -> PassiveElemIndex
fn clone(&self) -> PassiveElemIndex
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 PassiveElemIndex
impl Debug for PassiveElemIndex
Source§impl EntityRef for PassiveElemIndex
impl EntityRef for PassiveElemIndex
Source§impl Hash for PassiveElemIndex
impl Hash for PassiveElemIndex
Source§impl Ord for PassiveElemIndex
impl Ord for PassiveElemIndex
Source§fn cmp(&self, other: &PassiveElemIndex) -> Ordering
fn cmp(&self, other: &PassiveElemIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PassiveElemIndex
impl PartialEq for PassiveElemIndex
Source§impl PartialOrd for PassiveElemIndex
impl PartialOrd for PassiveElemIndex
Source§impl ReservedValue for PassiveElemIndex
impl ReservedValue for PassiveElemIndex
Source§fn reserved_value() -> PassiveElemIndex
fn reserved_value() -> PassiveElemIndex
Create an instance of the reserved value.
impl Copy for PassiveElemIndex
impl Eq for PassiveElemIndex
impl StructuralPartialEq for PassiveElemIndex
Auto Trait Implementations§
impl Freeze for PassiveElemIndex
impl RefUnwindSafe for PassiveElemIndex
impl Send for PassiveElemIndex
impl Sync for PassiveElemIndex
impl Unpin for PassiveElemIndex
impl UnwindSafe for PassiveElemIndex
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