Struct phper_sys::__locale_struct [−][src]
#[repr(C)]pub struct __locale_struct { pub __locales: [*mut __locale_data; 13], pub __ctype_b: *const c_ushort, pub __ctype_tolower: *const c_int, pub __ctype_toupper: *const c_int, pub __names: [*const c_char; 13], }
Fields
__locales: [*mut __locale_data; 13]__ctype_b: *const c_ushort__ctype_tolower: *const c_int__ctype_toupper: *const c_int__names: [*const c_char; 13]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __locale_structimpl !Send for __locale_structimpl !Sync for __locale_structimpl Unpin for __locale_structimpl UnwindSafe for __locale_structBlanket Implementations
Mutably borrows from an owned value. Read more