Struct tcod_sys::Struct___locale_struct [] [src]

pub struct Struct___locale_struct {
    pub __locales: [*mut Struct___locale_data; 13usize],
    pub __ctype_b: *const c_ushort,
    pub __ctype_tolower: *const c_int,
    pub __ctype_toupper: *const c_int,
    pub __names: [*const c_char; 13usize],
}

Fields

__locales
__ctype_b
__ctype_tolower
__ctype_toupper
__names

Trait Implementations

impl Default for Struct___locale_struct

fn default() -> Struct___locale_struct

Derived Implementations

impl Clone for Struct___locale_struct

fn clone(&self) -> Struct___locale_struct

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Struct___locale_struct