blob: e4725b8386a0bd1bf0d5d7b8c7df86fa4e5ac05e [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct std_fbstring_core<Char> {
pub _address: u8,
pub _phantom_0: ::std::marker::PhantomData<Char>,
}
pub type std_fbstring_core_category_type = u8;
pub const std_fbstring_core_Category_Bar: std_fbstring_core_Category =
std_fbstring_core_Category::Foo;
#[repr(u8)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum std_fbstring_core_Category { Foo = 0, }
impl <Char> Default for std_fbstring_core<Char> {
fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}