Struct vips_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
impl Debug for __locale_struct
[src]
impl Debug for __locale_struct
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for __locale_struct
[src]
impl Copy for __locale_struct
impl Clone for __locale_struct
[src]
impl Clone for __locale_struct
fn clone(&self) -> __locale_struct
[src]
fn clone(&self) -> __locale_struct
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for __locale_struct
impl !Send for __locale_struct
impl !Sync for __locale_struct
impl !Sync for __locale_struct