#[repr(C)]pub struct FnType {
pub ret: Type,
pub params: Vec<Type>,
pub variadic: bool,
pub tag: Abi,
}Fields§
§ret: Type§params: Vec<Type>§variadic: bool§tag: AbiTrait Implementations§
impl Eq for FnType
impl StructuralPartialEq for FnType
Auto Trait Implementations§
impl Freeze for FnType
impl RefUnwindSafe for FnType
impl Send for FnType
impl Sync for FnType
impl Unpin for FnType
impl UnwindSafe for FnType
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