Struct scintilla_sys::threadlocaleinfostruct__bindgen_ty_1[][src]

#[repr(C)]
pub struct threadlocaleinfostruct__bindgen_ty_1 { pub locale: *mut c_char, pub wlocale: *mut wchar_t, pub refcount: *mut c_int, pub wrefcount: *mut c_int, }

Fields

Trait Implementations

impl Debug for threadlocaleinfostruct__bindgen_ty_1
[src]

Formats the value using the given formatter. Read more

impl Copy for threadlocaleinfostruct__bindgen_ty_1
[src]

impl Clone for threadlocaleinfostruct__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations