pub struct TypeIndex(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Import<TypeIndex> for ModuleBuilder
impl Import<TypeIndex> for ModuleBuilder
Source§impl NewFunction<TypeIndex> for ModuleBuilder
impl NewFunction<TypeIndex> for ModuleBuilder
fn new_function(&mut self, t: TypeIndex, body: FunctionBody) -> FunctionIndex
Source§impl Ord for TypeIndex
impl Ord for TypeIndex
Source§impl PartialOrd for TypeIndex
impl PartialOrd for TypeIndex
impl Copy for TypeIndex
impl Eq for TypeIndex
impl StructuralPartialEq for TypeIndex
Auto Trait Implementations§
impl Freeze for TypeIndex
impl RefUnwindSafe for TypeIndex
impl Send for TypeIndex
impl Sync for TypeIndex
impl Unpin for TypeIndex
impl UnwindSafe for TypeIndex
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