cfunction
src/core/struct.c on line 297, column 1
(struct/rawget st key)
Gets a value from a struct `st` without looking at the prototype
struct. If `st` does not contain the key directly, the function
will return nil without checking the prototype. Returns the value
in the struct.