Method: CTypes::Struct.field_layout
- Defined in:
- lib/ctypes/struct.rb
.field_layout ⇒ Object
return the list of fields with their associated types
310 311 312 |
# File 'lib/ctypes/struct.rb', line 310 def self.field_layout @fields end |