Function argdata::int[][src]

pub fn int<T>(value: T) -> Int<T> where
    T: Copy,
    IntValue<'static>: From<T>, 

Create an argdata value representing an integer (of fixed width, e.g. i32).