Enum rustc_const_eval::interpret::FnVal
source · pub enum FnVal<'tcx, Other> {
Instance(Instance<'tcx>),
Other(Other),
}
Expand description
The value of a function pointer.
Variants§
Implementations§
source§impl<'tcx, Other> FnVal<'tcx, Other>
impl<'tcx, Other> FnVal<'tcx, Other>
pub fn as_instance(self) -> InterpResult<'tcx, Instance<'tcx>>
Trait Implementations§
impl<'tcx, Other: Copy> Copy for FnVal<'tcx, Other>
Auto Trait Implementations§
impl<'tcx, Other> !RefUnwindSafe for FnVal<'tcx, Other>
impl<'tcx, Other> !Send for FnVal<'tcx, Other>
impl<'tcx, Other> !Sync for FnVal<'tcx, Other>
impl<'tcx, Other> Unpin for FnVal<'tcx, Other>where
Other: Unpin,
impl<'tcx, Other> !UnwindSafe for FnVal<'tcx, Other>
Blanket Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.