Struct rcap::Struct___locale_struct [] [src]

pub struct Struct___locale_struct {
    pub __locales: [*mut Struct___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 Struct___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 Copy for Struct___locale_struct
[src]

impl Clone for Struct___locale_struct
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Struct___locale_struct
[src]

fn default() -> Self

Returns the "default value" for a type. Read more