pub struct FuncType {
pub func: Option<usize>,
pub params: FieldList,
pub results: Option<FieldList>,
}
Fields§
§func: Option<usize>
§params: FieldList
§results: Option<FieldList>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FuncType
impl Send for FuncType
impl Sync for FuncType
impl Unpin for FuncType
impl UnwindSafe for FuncType
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