Skip to main content

Module generated

Module generated 

Source

Structs§

BracesOptions
Bindgen option-struct for BunObject — field order matches GeneratedBindings.zig (parse, tokenize).
GenList
Array accessor: field.items() -> &[T].
GenOpt
Optional-value accessor: field.get() -> Option<T>.
GenVal
Required-value accessor: field.get() -> T.
ProcessConfigOptions
Bindgen option-struct for ProcessConfig.