Methods

FFI::StructLayout::InlineStruct

Public Instance Methods

get(ptr) click to toggle source
    # File lib/ffi/struct.rb, line 57
57:       def get(ptr)
58:         type.struct_class.new(ptr.slice(self.offset, self.size))
59:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.