[−][src]Struct gluon_vm::compiler::CompiledModule  
Fields
module_globals: Vec<Symbol>Storage for globals which are needed by the module which is currently being compiled
function: CompiledFunctionTrait Implementations
impl Debug for CompiledModule[src]
impl<'de, 'gc> DeserializeState<'de, DeSeed<'gc>> for CompiledModule[src]
fn deserialize_state<__D>(
    __seed: &mut DeSeed<'gc>, 
    __deserializer: __D
) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__seed: &mut DeSeed<'gc>,
__deserializer: __D
) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
impl Eq for CompiledModule[src]
impl From<CompiledFunction> for CompiledModule[src]
fn from(function: CompiledFunction) -> Self[src]
impl Hash for CompiledModule[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<CompiledModule> for CompiledModule[src]
fn eq(&self, other: &CompiledModule) -> bool[src]
fn ne(&self, other: &CompiledModule) -> bool[src]
impl SerializeState<SeSeed> for CompiledModule[src]
fn serialize_state<__S>(
    &self, 
    __serializer: __S, 
    __seed: &SeSeed
) -> Result<__S::Ok, __S::Error> where
    __S: Serializer, [src]
&self,
__serializer: __S,
__seed: &SeSeed
) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
impl StructuralEq for CompiledModule[src]
impl StructuralPartialEq for CompiledModule[src]
Auto Trait Implementations
impl !RefUnwindSafe for CompiledModule
impl Send for CompiledModule
impl Sync for CompiledModule
impl Unpin for CompiledModule
impl !UnwindSafe for CompiledModule
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
    T: Any, 
T: Any,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<'_, T> Captures<'_> for T[src]
impl<Choices> CoproductSubsetter<CNil, HNil> for Choices[src]
type Remainder = Choices
fn subset(
    self
) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>[src]
self
) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>
impl<T> Downcast for T where
    T: Any, [src]
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>[src]
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>[src]
fn as_any(&self) -> &(dyn Any + 'static)[src]
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)[src]
impl<T> DowncastArc for T where
    T: Downcast + Send + Sync, [src]
T: Downcast + Send + Sync,
impl<T> DowncastSync for T where
    T: Send + Sync + Any, [src]
T: Send + Sync + Any,
impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<D, T> FromPtr<D> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T, U, I> LiftInto<U, I> for T where
    U: LiftFrom<T, I>, [src]
U: LiftFrom<T, I>,
impl<Source> Sculptor<HNil, HNil> for Source[src]
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,