module Candiru::ValueInstance(T)

Overview

Should be included by objects that want to be Crystal- facing FFI input/output objects.

Included Modules

Direct including types

Defined in:

candiru.cr

Instance Method Summary

Instance methods inherited from module Candiru::IValueInstanceType

to_ffi_argument_pointer : Pointer(Void) to_ffi_argument_pointer

Instance Method Detail

def raw : T #

Returns raw content of this value instance.


[View source]