pub type FnSig<'tcx> = FnSig<TyCtxt<'tcx>>;
Aliased Type§
struct FnSig<'tcx> {
pub inputs_and_output: &'tcx RawList<(), Ty<'tcx>>,
pub c_variadic: bool,
pub safety: Safety,
pub abi: Abi,
}
Fields§
§inputs_and_output: &'tcx RawList<(), Ty<'tcx>>
§c_variadic: bool
§safety: Safety
§abi: Abi
Trait Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes