new(addr, types, func = nil)
Class Public methods
Wraps the C pointer addr
as a C struct with the given types
.
When the instance is garbage collected, the C
function func
is called.
See also Fiddle::Pointer.new
Wraps the C pointer addr
as a C struct with the given types
.
When the instance is garbage collected, the C
function func
is called.
See also Fiddle::Pointer.new
Please login to continue.