查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: function.rb
路径:
/opt/alt/ruby30/share/ruby/fiddle/function.rb
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# frozen_string_literal: true module Fiddle class Function # The ABI of the Function. attr_reader :abi # The address of this function attr_reader :ptr # The name of this function attr_reader :name # Whether GVL is needed to call this function def need_gvl? @need_gvl end # The integer memory location of this function def to_i ptr.to_i end end end
💾 保存文件
← 返回文件管理器