Struct scintilla_sys::tagLC_ID[][src]

#[repr(C)]
pub struct tagLC_ID { pub wLanguage: c_ushort, pub wCountry: c_ushort, pub wCodePage: c_ushort, }

Fields

Trait Implementations

impl Debug for tagLC_ID
[src]

Formats the value using the given formatter. Read more

impl Copy for tagLC_ID
[src]

impl Clone for tagLC_ID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for tagLC_ID

impl Sync for tagLC_ID