LuaTable.copyTo

Fill a struct's members with fields from this table.

struct LuaTable
@trusted
void
copyTo
(
T
)
(
ref T s
)
if (
is(T == struct)
)

Parameters

s T

struct to fill

Meta