Struct rust_hawktracer::__crt_locale_data_public[][src]

#[repr(C)]
pub struct __crt_locale_data_public { pub _locale_pctype: *const c_ushort, pub _locale_mb_cur_max: c_int, pub _locale_lc_codepage: c_uint, }

Fields

Trait Implementations

impl Debug for __crt_locale_data_public
[src]

Formats the value using the given formatter. Read more

impl Copy for __crt_locale_data_public
[src]

impl Clone for __crt_locale_data_public
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations