Type Alias Int

Source
pub type Int = c_int;

Trait Implementations§

Source§

impl<R> RawGetter<R> for Int

Adds the capability to set arbitrary properties to $value_type

Source§

fn get_at(readable: &R, c_name: CharPtr, index: usize) -> Result<Self>

Source§

impl<W> RawSetter<W> for Int

Source§

fn set_at( writable: &mut W, c_name: CharPtr, index: usize, value: &Self, ) -> Result<()>

Source§

impl ParamHandleValue for Int

Source§

impl ParamHandleValueDefault for Int

Source§

impl ValueType for Int