summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/ffi-1.17.4-arm64-darwin/sig/ffi/struct_by_value.rbs
blob: 902bcc6b0c55840ef97ef55dbcc0a46354e7843c (plain)
1
2
3
4
5
6
7
module FFI
  class StructByValue[C < singleton(Struct)] < Type
    def initialize: (C) -> self
    def layout: () -> StructLayout
    def struct_class: () -> C
  end
end