pub struct FuncIndex(/* private fields */);Expand description
Index type of a function (imported or defined) inside the WebAssembly module.
Implementations§
Trait Implementations§
Source§impl Ord for FuncIndex
impl Ord for FuncIndex
Source§impl PartialOrd for FuncIndex
impl PartialOrd for FuncIndex
Source§impl ReservedValue for FuncIndex
impl ReservedValue for FuncIndex
Source§fn reserved_value() -> FuncIndex
fn reserved_value() -> FuncIndex
Create an instance of the reserved value.
impl Copy for FuncIndex
impl Eq for FuncIndex
impl StructuralPartialEq for FuncIndex
Auto Trait Implementations§
impl Freeze for FuncIndex
impl RefUnwindSafe for FuncIndex
impl Send for FuncIndex
impl Sync for FuncIndex
impl Unpin for FuncIndex
impl UnwindSafe for FuncIndex
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