Struct exprtk_sys::Pair[][src]

#[repr(C)]
pub struct Pair<T, U>(pub T, pub U);

Auto Trait Implementations

impl<T, U> Send for Pair<T, U> where
    T: Send,
    U: Send

impl<T, U> Sync for Pair<T, U> where
    T: Sync,
    U: Sync