[][src]Struct verilog_arc::BasicBlockInterpolator

pub struct BasicBlockInterpolator<'lt, EI> {
    pub mir: &'lt Mir,
    pub cfg: &'lt ControlFlowGraph,
    pub block: BasicBlockId,
    pub external_interpolator: &'lt EI,
}

Fields

mir: &'lt Mircfg: &'lt ControlFlowGraphblock: BasicBlockIdexternal_interpolator: &'lt EI

Trait Implementations

impl<'lt, EI: TargetSpecificInterpolator> ToTokens for BasicBlockInterpolator<'lt, EI>[src]

Auto Trait Implementations

impl<'lt, EI> RefUnwindSafe for BasicBlockInterpolator<'lt, EI> where
    EI: RefUnwindSafe

impl<'lt, EI> !Send for BasicBlockInterpolator<'lt, EI>

impl<'lt, EI> !Sync for BasicBlockInterpolator<'lt, EI>

impl<'lt, EI> Unpin for BasicBlockInterpolator<'lt, EI>

impl<'lt, EI> UnwindSafe for BasicBlockInterpolator<'lt, EI> where
    EI: RefUnwindSafe

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.