[−][src]Struct cranelift_frontend::Variable
An opaque reference to a variable.
Methods
impl Variable
[src][−]
Trait Implementations
impl PartialEq<Variable> for Variable
[src][+]
impl Eq for Variable
[src]
impl Debug for Variable
[src][+]
impl Copy for Variable
[src]
impl Clone for Variable
[src][+]
impl EntityRef for Variable
[src][+]
Auto Trait Implementations
impl Unpin for Variable
impl Send for Variable
impl Sync for Variable
impl UnwindSafe for Variable
impl RefUnwindSafe for Variable
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[+]
T: EntityRef,