[][src]Struct llhd::EntityContext

pub struct EntityContext<'tctx> { /* fields omitted */ }

Methods

impl<'tctx> EntityContext<'tctx>[src]

pub fn new(
    module: &'tctx ModuleContext,
    entity: &'tctx Entity
) -> EntityContext<'tctx>
[src]

Trait Implementations

impl<'tctx> Context for EntityContext<'tctx>[src]

fn value(&self, value: &ValueRef) -> &dyn Value[src]

Resolve a ValueRef to an actual &Value reference. Panics if the value is unknown to this context and its parents. Read more

fn ty(&self, value: &ValueRef) -> Type[src]

Get the type of a value.

fn name(&self, value: &ValueRef) -> Option<&str>[src]

Get the name of a value.

impl<'tctx> UnitContext for EntityContext<'tctx>[src]

Auto Trait Implementations

impl<'tctx> Send for EntityContext<'tctx>

impl<'tctx> Sync for EntityContext<'tctx>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.