[−][src]Struct gf::ai::concrete::ConcreteInterp
🟢 Concrete interpretation.
Implementations
impl<'a> ConcreteInterp<'a>
[src]
Trait Implementations
impl<'a> Default for ConcreteInterp<'a>
[src]
impl<'a> Interp<'a, Forward> for ConcreteInterp<'a>
[src]
type State = ConcreteState<'a>
Abstract state.
fn edge(&self, state: &mut Self::State, edge: Edge<'a>)
[src]
fn apply(&self, state: &mut Self::State, stmt: Stmt<'a, Apply>)
[src]
fn call(&self, state: &Self::State, stmt: Stmt<'a, Call>) -> Self::State
[src]
fn call_ret(
&self,
caller_state: &mut Self::State,
callee_state: Self::State,
stmt: Stmt<'a, Call>
)
[src]
&self,
caller_state: &mut Self::State,
callee_state: Self::State,
stmt: Stmt<'a, Call>
)
fn init(&self, state: &mut Self::State, stmt: Stmt<'a, Init>)
[src]
fn load(&self, state: &mut Self::State, stmt: Stmt<'a, Load>)
[src]
fn mix(&self, state: &mut Self::State, stmt: Stmt<'a, Mix>)
[src]
fn slice(&self, state: &mut Self::State, stmt: Stmt<'a, Slice>)
[src]
fn store(&self, state: &mut Self::State, stmt: Stmt<'a, Store>)
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for ConcreteInterp<'a>
impl<'a> Send for ConcreteInterp<'a>
impl<'a> Sync for ConcreteInterp<'a>
impl<'a> Unpin for ConcreteInterp<'a>
impl<'a> UnwindSafe for ConcreteInterp<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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.
pub 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>,