Struct scintilla_sys::localeinfo_struct[][src]

#[repr(C)]
pub struct localeinfo_struct { pub locinfo: pthreadlocinfo, pub mbcinfo: pthreadmbcinfo, }

Fields

Trait Implementations

impl Debug for localeinfo_struct
[src]

Formats the value using the given formatter. Read more

impl Copy for localeinfo_struct
[src]

impl Clone for localeinfo_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations