DEBSOURCES
Skip Quicknav
sources / ruby-ffi / 1.17.0%2Bdfsg-1 / sig / ffi / struct_by_value.rbs
1234567
module FFI class StructByValue[C < singleton(Struct)] < Type def initialize: (C) -> self def layout: () -> StructLayout def struct_class: () -> C end end