Struct rust_hawktracer::__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 Debug for __crt_locale_pointers
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations