Enum rustc_const_eval::interpret::ScalarMaybeUninit [−][src]
Variants
Scalar(Scalar<Tag>)
Tuple Fields of Scalar
0: Scalar<Tag>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<Tag> RefUnwindSafe for ScalarMaybeUninit<Tag> where
Tag: RefUnwindSafe,
impl<Tag> Send for ScalarMaybeUninit<Tag> where
Tag: Send,
impl<Tag> Sync for ScalarMaybeUninit<Tag> where
Tag: Sync,
impl<Tag> Unpin for ScalarMaybeUninit<Tag> where
Tag: Unpin,
impl<Tag> UnwindSafe for ScalarMaybeUninit<Tag> where
Tag: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
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.