blob: 1da02f41272a1a0eb9004d33ced962e5293d9c59 [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(
dead_code,
non_snake_case,
non_camel_case_types,
non_upper_case_globals
)]
pub mod B {
/// Document enum
pub type Type = u32;
/// Document field with three slashes
pub const VAR_A: Type = 0;
/// Document field with preceeding star
pub const VAR_B: Type = 1;
/// Document field with preceeding exclamation
pub const VAR_C: Type = 2;
///< Document field with following star
pub const VAR_D: Type = 3;
///< Document field with following exclamation
pub const VAR_E: Type = 4;
/// Document field with preceeding star, with a loong long multiline
/// comment.
///
/// Very interesting documentation, definitely.
pub const VAR_F: Type = 5;
}