Enum cranelift_isle::ast::TypeValue
source · [−]Expand description
The actual type-value: a primitive or an enum with variants.
TODO: add structs as well?
Variants
Primitive(Ident, Pos)
Enum(Vec<Variant>, Pos)
Trait Implementations
impl Eq for TypeValue
impl StructuralEq for TypeValue
impl StructuralPartialEq for TypeValue
Auto Trait Implementations
impl RefUnwindSafe for TypeValue
impl Send for TypeValue
impl Sync for TypeValue
impl Unpin for TypeValue
impl UnwindSafe for TypeValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more