[][src]Struct verilog_arc::RealBuiltInFunctionCallInterpolator2p

pub struct RealBuiltInFunctionCallInterpolator2p<'lt, EI: TargetSpecificInterpolator> {
    pub mir: &'lt Mir,
    pub call: BuiltInFunctionCall2p,
    pub arg1: RealExpressionId,
    pub arg2: RealExpressionId,
    pub external_interpolator: &'lt EI,
}

Fields

mir: &'lt Mircall: BuiltInFunctionCall2parg1: RealExpressionIdarg2: RealExpressionIdexternal_interpolator: &'lt EI

Trait Implementations

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

Auto Trait Implementations

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

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

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

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

impl<'lt, EI> UnwindSafe for RealBuiltInFunctionCallInterpolator2p<'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.