pub struct RegImport {
pub module: String,
pub name: String,
pub ty: FuncType,
}Expand description
A function import declaration in lowered register IR.
Fields§
§module: String§name: String§ty: FuncTypeTrait Implementations§
impl Eq for RegImport
impl StructuralPartialEq for RegImport
Auto Trait Implementations§
impl Freeze for RegImport
impl RefUnwindSafe for RegImport
impl Send for RegImport
impl Sync for RegImport
impl Unpin for RegImport
impl UnsafeUnpin for RegImport
impl UnwindSafe for RegImport
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