struct LookupFunctionType {
parameter_type_ids: Vec<Word>,
return_type_id: Word,
}
Fields§
§parameter_type_ids: Vec<Word>
§return_type_id: Word
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LookupFunctionType
impl RefUnwindSafe for LookupFunctionType
impl Send for LookupFunctionType
impl Sync for LookupFunctionType
impl Unpin for LookupFunctionType
impl UnwindSafe for LookupFunctionType
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