# File lib/ffi/struct.rb, line 150
    def self.val
      @val_data_type ||= StructByValue.new(self)
    end