pub struct ImportedFunction {
pub import_id: ImportsID,
pub ty_id: TypeID,
/* private fields */
}
Expand description
Intermediate representation of an Imported Function. The actual Import is stored in the Imports field of the module.
Fields§
§import_id: ImportsID
§ty_id: TypeID
Implementations§
Trait Implementations§
Source§impl Clone for ImportedFunction
impl Clone for ImportedFunction
Source§fn clone(&self) -> ImportedFunction
fn clone(&self) -> ImportedFunction
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ImportedFunction
impl RefUnwindSafe for ImportedFunction
impl Send for ImportedFunction
impl Sync for ImportedFunction
impl Unpin for ImportedFunction
impl UnwindSafe for ImportedFunction
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