Function nix_init_int

Source
pub unsafe extern "C" fn nix_init_int(
    context: *mut nix_c_context,
    value: *mut nix_value,
    i: i64,
) -> nix_err
Expand description

Set an int

§Arguments

  • context [out] - Optional, stores error information
  • value [out] - Nix value to modify
  • i [in] - the int

§Returns

error code, NIX_OK on success.