Lines Matching refs:help
31 .help("C or C++ header file") in builder_from_flags()
35 .help("The default style of code used to generate enums.") in builder_from_flags()
49 .help( in builder_from_flags()
59 .help("Mark any enum whose name matches <regex> as a newtype.") in builder_from_flags()
66 .help("Mark any enum whose name matches <regex> as a Rust enum.") in builder_from_flags()
73 .help( in builder_from_flags()
83 .help( in builder_from_flags()
93 .help("The default signed/unsigned type for C macro constants.") in builder_from_flags()
100 .help("The default style of code used to generate typedefs.") in builder_from_flags()
111 .help( in builder_from_flags()
121 .help( in builder_from_flags()
131 .help( in builder_from_flags()
142 .help("Mark <type> as hidden.") in builder_from_flags()
150 .help("Mark <function> as hidden.") in builder_from_flags()
158 .help("Mark <item> as hidden.") in builder_from_flags()
165 .help("Avoid generating layout tests for any type."), in builder_from_flags()
168 .help("Avoid deriving Copy on any type."), in builder_from_flags()
171 .help("Avoid deriving Debug on any type."), in builder_from_flags()
175 .help("Avoid deriving Default on any type."), in builder_from_flags()
176 Arg::with_name("impl-debug").long("impl-debug").help( in builder_from_flags()
182 .help( in builder_from_flags()
188 .help("Derive Default on any type."), in builder_from_flags()
191 .help("Derive hash on any type."), in builder_from_flags()
194 .help("Derive partialeq on any type."), in builder_from_flags()
197 .help("Derive partialord on any type."), in builder_from_flags()
200 .help( in builder_from_flags()
206 .help( in builder_from_flags()
212 .help( in builder_from_flags()
219 .help( in builder_from_flags()
227 .help("Use extern crate instead of use for objc."), in builder_from_flags()
230 .help("Generate block signatures instead of void pointers."), in builder_from_flags()
233 .help("Use extern crate instead of use for block."), in builder_from_flags()
236 .help("Do not trust the libclang-provided mangling"), in builder_from_flags()
237 Arg::with_name("builtins").long("builtins").help( in builder_from_flags()
243 .help( in builder_from_flags()
251 .help("Use the given prefix for the anon fields.") in builder_from_flags()
257 .help("Time the different bindgen phases and print to stderr"), in builder_from_flags()
262 .help("Output the Clang AST for debugging purposes."), in builder_from_flags()
265 .help("Output our internal IR for debugging purposes."), in builder_from_flags()
268 .help("Dump graphviz dot file.") in builder_from_flags()
273 .help("Enable support for C++ namespaces."), in builder_from_flags()
276 .help( in builder_from_flags()
283 .help( in builder_from_flags()
290 .help( in builder_from_flags()
295 .help("Suppress insertion of bindgen's version identifier into generated bindings.") in builder_from_flags()
299 .help( in builder_from_flags()
305 .help( in builder_from_flags()
313 .help("Do not generate bindings for methods."), in builder_from_flags()
316 .help("Do not automatically convert floats to f32/f64."), in builder_from_flags()
319 .help("Do not prepend the enum name to constant or newtype variants."), in builder_from_flags()
322 .help("Do not try to detect default include paths"), in builder_from_flags()
325 .help("Try to fit macro constants into types smaller than u32/i32"), in builder_from_flags()
328 .help("Generate unstable Rust code (deprecated; use --rust-target instead).") in builder_from_flags()
332 .help("Mark <type> as opaque.") in builder_from_flags()
340 .help("Write Rust bindings to <output>.") in builder_from_flags()
344 .help("Add a raw line of Rust code at the beginning of output.") in builder_from_flags()
350 .help("Add a raw line of Rust code to a given module.") in builder_from_flags()
357 .help(&rust_target_help) in builder_from_flags()
361 .help("Use types from Rust core instead of std."), in builder_from_flags()
364 .help( in builder_from_flags()
370 .help("MSVC C++ ABI mangling. DEPRECATED: Has no effect."), in builder_from_flags()
374 .help( in builder_from_flags()
385 .help("Generate inline functions."), in builder_from_flags()
389 .help( in builder_from_flags()
400 .help( in builder_from_flags()
411 .help("Print verbose error messages."), in builder_from_flags()
414 .help( in builder_from_flags()
422 .help( in builder_from_flags()
428 .help("Translate size_t to usize."), in builder_from_flags()
431 .help("Do not format the generated bindings with rustfmt."), in builder_from_flags()
434 .help( in builder_from_flags()
441 .help( in builder_from_flags()
452 .help("Avoid deriving PartialEq for types matching <regex>.") in builder_from_flags()
459 .help("Avoid deriving Copy for types matching <regex>.") in builder_from_flags()
466 .help("Avoid deriving Debug for types matching <regex>.") in builder_from_flags()
473 .help("Avoid deriving/implement Default for types matching <regex>.") in builder_from_flags()
480 .help("Avoid deriving Hash for types matching <regex>.") in builder_from_flags()
487 .help( in builder_from_flags()
493 .help("Use `*const [T; size]` instead of `*const T` for C arrays"), in builder_from_flags()
498 .help("The name to be used in a #[link(wasm_import_module = ...)] statement"), in builder_from_flags()
502 .help("Use dynamic loading mode with the given library name."), in builder_from_flags()
505 .help("Require successful linkage to all functions in the library."), in builder_from_flags()
508 ….help("Makes generated bindings `pub` only for items if the items are publically accessible in C++… in builder_from_flags()
511 .help("Always translate enum integer types to native Rust integer types."), in builder_from_flags()