Struct mex_sys::__crt_locale_pointers [] [src]

#[repr(C)]
pub struct __crt_locale_pointers { pub locinfo: *mut __crt_locale_data, pub mbcinfo: *mut __crt_multibyte_data, }

Fields

Trait Implementations

impl Copy for __crt_locale_pointers
[src]

impl Clone for __crt_locale_pointers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __crt_locale_pointers
[src]

Formats the value using the given formatter.

impl Default for __crt_locale_pointers
[src]

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