pub enum FnVal<'tcx, Other> {
Instance(Instance<'tcx>),
Other(Other),
}
Expand description
The value of a function pointer.
Variants§
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.