Struct rustc_mir_transform::inline::CallSite
source · struct CallSite<'tcx> {
callee: Instance<'tcx>,
fn_sig: PolyFnSig<'tcx>,
block: BasicBlock,
target: Option<BasicBlock>,
source_info: SourceInfo,
}
Fields§
§callee: Instance<'tcx>
§fn_sig: PolyFnSig<'tcx>
§block: BasicBlock
§target: Option<BasicBlock>
§source_info: SourceInfo
Trait Implementations§
impl<'tcx> Copy for CallSite<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for CallSite<'tcx>
impl<'tcx> !Send for CallSite<'tcx>
impl<'tcx> !Sync for CallSite<'tcx>
impl<'tcx> Unpin for CallSite<'tcx>
impl<'tcx> !UnwindSafe for CallSite<'tcx>
Blanket 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: 80 bytes