Structs§
- Braces
Options - Bindgen option-struct for
BunObject— field order matchesGeneratedBindings.zig(parse, tokenize). - GenList
- Array accessor:
field.items() -> &[T]. - GenOpt
- Optional-value accessor:
field.get() -> Option<T>. - GenVal
- Required-value accessor:
field.get() -> T. - Process
Config Options - Bindgen option-struct for
ProcessConfig.