# File lib/ffi/struct.rb, line 136
    def struct_field_class_from(type)
      self.class.struct_field_class_from(type) if type.is_a?(Class) and type < FFI::Struct
    end